summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-context.c')
-rw-r--r--cogl/cogl-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-context.c b/cogl/cogl-context.c
index 1e0af655..20c307e1 100644
--- a/cogl/cogl-context.c
+++ b/cogl/cogl-context.c
@@ -46,7 +46,7 @@ static gboolean
cogl_create_context (void)
{
GLubyte default_texture_data[] = { 0xff, 0xff, 0xff, 0x0 };
- gulong enable_flags = 0;
+ unsigned long enable_flags = 0;
CoglHandle window_buffer;
if (_context != NULL)