mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
drop support for xserver < 1.14.99.2
No need to support really ancient Xserver versions - the lowest supported one shall be 25.0.0.0. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
8528cb6146
commit
dd0c9a6034
@@ -3327,12 +3327,7 @@ restart_destroy:
|
||||
drmmode_validate_leases(scrn);
|
||||
|
||||
if (changed) {
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
|
||||
RRSetChanged(xf86ScrnToScreen(scrn));
|
||||
#else
|
||||
rrScrPrivPtr rrScrPriv = rrGetScrPriv(scrn->pScreen);
|
||||
rrScrPriv->changed = TRUE;
|
||||
#endif
|
||||
RRTellChanged(xf86ScrnToScreen(scrn));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user