[cogl/msvc-support] Include cogl-win32-renderer.h in cogl.h on Windows



commit d1e234d38977092f0e60e439f367006978ecda1d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jul 14 16:22:26 2011 +0800

    Include cogl-win32-renderer.h in cogl.h on Windows

 cogl/cogl.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 6c783d3..2bd6674 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -96,6 +96,9 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
 #if COGL_HAS_EGL_PLATFORM_WAYLAND_SUPPORT
 #include <cogl/cogl-wayland-renderer.h>
 #endif
+#if COGL_HAS_WIN32_SUPPORT
+#include <cogl/cogl-win32-renderer.h>
+#endif
 /* XXX: This will definitly go away once all the Clutter winsys
  * code has been migrated down into Cogl! */
 #include <cogl/cogl-clutter.h>



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