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



commit f7bdc92d6c397ae055c9ef8ae2a01293fbc99bd6
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
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl/cogl.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 5def211..ff7f8f4 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -96,6 +96,9 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
 #if defined (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]