xorg-x11-server/xorg-x11-server-1.1.1-no-composite-in-xnest.patch

16 lines
454 B
Diff
Raw Normal View History

--- xorg-server-1.1.1/hw/xnest/Args.c.no-xnest-composite 2006-07-05 14:31:42.000000000 -0400
+++ xorg-server-1.1.1/hw/xnest/Args.c 2006-07-25 14:02:33.000000000 -0400
@@ -51,9 +51,12 @@
Bool xnestDoDirectColormaps = False;
Window xnestParentWindow = 0;
+/* XXX terrible hack */
+extern Bool noCompositeExtension;
/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
void ddxInitGlobals(void)
{
+ noCompositeExtension = TRUE;
}
int