summaryrefslogtreecommitdiff
path: root/cogl/cogl-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-driver.h')
-rw-r--r--cogl/cogl-driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-driver.h b/cogl/cogl-driver.h
index b68e37a8..e22439a3 100644
--- a/cogl/cogl-driver.h
+++ b/cogl/cogl-driver.h
@@ -30,7 +30,7 @@ typedef struct _CoglDriverVtable CoglDriverVtable;
struct _CoglDriverVtable
{
- gboolean
+ CoglBool
(* pixel_format_from_gl_internal) (CoglContext *context,
GLenum gl_int_format,
CoglPixelFormat *out_format);
@@ -42,7 +42,7 @@ struct _CoglDriverVtable
GLenum *out_glformat,
GLenum *out_gltype);
- gboolean
+ CoglBool
(* update_features) (CoglContext *context,
GError **error);
};