[mutter] Don't incĺude internal gdk headers directly



commit c47d2da0cb945831f2e47bac517c923830e913ee
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sat Jun 26 18:10:21 2010 +0300

    Don't incĺude internal gdk headers directly
    
    Bug 622800.

 src/compositor/mutter-shaped-texture.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/mutter-shaped-texture.h b/src/compositor/mutter-shaped-texture.h
index 3310bc5..82e58d2 100644
--- a/src/compositor/mutter-shaped-texture.h
+++ b/src/compositor/mutter-shaped-texture.h
@@ -31,7 +31,7 @@
 #include <clutter/glx/clutter-glx.h>
 #endif /* HAVE_GLX_TEXTURE_PIXMAP */
 
-#include <gdk/gdkregion.h>
+#include <gdk/gdk.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]