Re-add call to XFixesExtensionInit for static servers.

This reverts a portion of bcbaf2a0ce which
removed the call to XFixesExtensionInit and some cpp lines.
This commit is contained in:
Keith Packard 2007-11-23 16:01:11 -08:00
parent f6401f944d
commit 33b94da632

View File

@ -624,6 +624,10 @@ InitExtensions(argc, argv)
#endif
#endif
#ifdef XFIXES
/* must be before Render to layer DisplayCursor correctly */
if (!noXFixesExtension) XFixesExtensionInit();
#endif
#ifdef RENDER
if (!noRenderExtension) RenderExtensionInit();
#endif
#ifdef RANDR