summaryrefslogtreecommitdiff
path: root/src/atiadjust.h
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-05-23 19:43:05 +0200
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-05-28 17:11:09 +0200
commit878048e3aec04c6bb8034f21afdfff37e3528c5f (patch)
tree134fd73c77c3acafce26766ffe53e309b3b636a3 /src/atiadjust.h
parent28e714fb98df73134c9d13cd4e01ff97089c0df0 (diff)
drop compat with ancient xserversHEADmaster
Relying on >= 1.18 now, so no need to keep compat with older ones. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64/-/merge_requests/18>
Diffstat (limited to 'src/atiadjust.h')
-rw-r--r--src/atiadjust.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiadjust.h b/src/atiadjust.h
index 9509596..dd15f74 100644
--- a/src/atiadjust.h
+++ b/src/atiadjust.h
@@ -26,6 +26,6 @@
#include "atipriv.h"
extern void ATIAdjustPreInit(ATIPtr);
-extern void ATIAdjustFrame(ADJUST_FRAME_ARGS_DECL);
+extern void ATIAdjustFrame(ScrnInfoPtr pScrn, int x, int y);
#endif /* ___ATIADJUST_H___ */