Build without XINERAMA failing

This commit is contained in:
kohnish
2025-11-02 21:17:07 +01:00
committed by Enrico Weigelt
parent 585810fb13
commit 05524df68b

View File

@@ -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
}