<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- gdk/gdkglquery.c.orig	2009-08-24 14:43:25.000000000 +0400
+++ gdk/gdkglquery.c	2009-08-24 14:44:18.000000000 +0400
@@ -27,7 +27,11 @@
 #include &lt;windows.h&gt;
 #endif
 
+#ifdef GDK_WINDOWING_QUARTZ
+#include &lt;OpenGL/gl.h&gt;
+#else
 #include &lt;GL/gl.h&gt;
+#endif
 
 /*
  * This code is based on glutExtensionSupported().
</pre></body></html>