Fix quartz include
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 23 May 2012 15:54:30 +0000 (17:54 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 23 May 2012 15:56:13 +0000 (17:56 +0200)
gst-sdk/tutorials/basic-tutorial-5.c

index 9769a5c..c182d76 100644 (file)
@@ -10,7 +10,7 @@
 #elif defined (GDK_WINDOWING_WIN32)
 #include <gdk/gdkwin32.h>
 #elif defined (GDK_WINDOWING_QUARTZ)
-#include <gdk/gdkquartzwindow.h>
+#include <gdk/gdkquartz.h>
 #endif
   
 /* Structure to contain all our information, so we can pass it around */