dmx: add an XFlush.

Beats me why we need it, but without it we get segfaults lateron.
This commit is contained in:
Peter Hutterer 2008-06-04 16:58:31 +09:30
parent 246c10441b
commit 5c5e581245

View File

@ -778,6 +778,8 @@ void InitOutput(ScreenInfo *pScreenInfo, int argc, char *argv[])
/* Hand out the glx configs to glx extension */
GlxSetVisualConfigs(nconfigs, configs, (void**)configprivs);
XFlush(dmxScreen->beDisplay);
}
}
#endif /* GLXEXT */