summaryrefslogtreecommitdiff
path: root/src/cir_dga.c
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-05-14 13:36:52 +0200
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-05-23 18:37:02 +0200
commit15d68316524c593bd67a6ea59b5c746a94c6c1f6 (patch)
treea2067abda15da990664915ca333ed047448cd0da /src/cir_dga.c
parentf6ed544a2c98bd4e3b086ce456d90204194d128b (diff)
drop compat to pre-1.18 xorg-server versionsHEADmaster
Since we're now relying on >= 1.18, we can drop lots of old compat stuff. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-cirrus/-/merge_requests/8>
Diffstat (limited to 'src/cir_dga.c')
-rw-r--r--src/cir_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cir_dga.c b/src/cir_dga.c
index 92d32da..6a50e71 100644
--- a/src/cir_dga.c
+++ b/src/cir_dga.c
@@ -179,7 +179,7 @@ Cir_SetViewport(
CirPtr pCir = CIRPTR(pScrn);
vgaHWPtr hwp = VGAHWPTR(pScrn);
- pScrn->AdjustFrame(ADJUST_FRAME_ARGS(pScrn, x, y));
+ pScrn->AdjustFrame(pScrn, x, y);
while((hwp->readST01(hwp) & 0x08));
while(!(hwp->readST01(hwp) & 0x08));