summaryrefslogtreecommitdiff
path: root/cogl/cogl.h
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2011-05-11 15:20:59 +0100
committerNeil Roberts <neil@linux.intel.com>2011-05-11 15:20:59 +0100
commit442d4586b721afc404354de654ed53e9cca093a4 (patch)
tree1be31065bfdd71edf52afdb2f35efd9a36e8b7b7 /cogl/cogl.h
parenta075f4498b3c49d7a349bec09758af2c2be67aaf (diff)
downloadcogl-442d4586b721afc404354de654ed53e9cca093a4.tar.gz
win32: Use the right macro name for COGL_HAS_WIN32_SUPPORT
Some places were using COGL_HAS_WIN32 but the only macro defined is COGL_HAS_WIN32_SUPPORT. The similar macros such as COGL_HAS_XLIB are only defined for compatibility with existing code but COGL_HAS_WIN32 was never defined so there's no need to support it. One of the places was including the non-existant cogl-win32.h. This has been removed because the file only temporarily existed during development of the backend.
Diffstat (limited to 'cogl/cogl.h')
-rw-r--r--cogl/cogl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 75c37def..cbd2d0c0 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -88,9 +88,6 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
#ifdef COGL_HAS_XLIB
#include <cogl/cogl-xlib.h>
#endif
-#ifdef COGL_HAS_WIN32
-#include <cogl/cogl-win32.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>