xorg: fix for compiling on xserver 1.14+
This commit is contained in:
parent
3aae7ffff6
commit
dcc7dd3097
@ -449,7 +449,11 @@ rdpScreenInit(ScreenPtr pScreen, int argc, char **argv)
|
||||
LLOGLN(0, ("rdpScreenInit: fbScreenInit failed"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1, 14, 0, 0, 0)
|
||||
/* 1.13 has this function, 1.14 and up does not */
|
||||
miInitializeBackingStore(pScreen);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* XVideo */
|
||||
|
Loading…
x
Reference in New Issue
Block a user