diff options
Diffstat (limited to 'src/atiadjust.c')
-rw-r--r-- | src/atiadjust.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/atiadjust.c b/src/atiadjust.c index a6a7b56..2c59d9c 100644 --- a/src/atiadjust.c +++ b/src/atiadjust.c @@ -85,9 +85,8 @@ ATIAdjustPreInit * window. */ void -ATIAdjustFrame(ADJUST_FRAME_ARGS_DECL) +ATIAdjustFrame(ScrnInfoPtr pScreenInfo, int x, int y) { - SCRN_INFO_PTR(arg); ATIPtr pATI = ATIPTR(pScreenInfo); int Base; |