mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
Build without XINERAMA failing
This commit is contained in:
@@ -2804,7 +2804,7 @@ ProcRenderTriStrip(ClientPtr client)
|
||||
return (usePanoramiX ? PanoramiXRenderTriStrip(client, stuff)
|
||||
: SingleRenderTriStrip(client, stuff));
|
||||
#else
|
||||
return SingleRenderTriStrip(client, stuff));
|
||||
return SingleRenderTriStrip(client, stuff);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user