xorg: fix for compiling on xserver 1.14+

ulab-next
Jay Sorg 10 years ago
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…
Cancel
Save