summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-01-20 18:47:40 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 14:20:39 +0000
commitbf69cfa582e8e7c241fbfa969e8577a1b8b927cb (patch)
tree90afe159b0a7b96ada85a27f8b22adb7d36c990a
parent8c6534556ab316bc7daf041a5e98df0703462cac (diff)
downloadcogl-bf69cfa582e8e7c241fbfa969e8577a1b8b927cb.tar.gz
stash: quark/domain
-rw-r--r--cogl/cogl-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-internal.h b/cogl/cogl-internal.h
index 7a288aeb..fa921a65 100644
--- a/cogl/cogl-internal.h
+++ b/cogl/cogl-internal.h
@@ -82,7 +82,7 @@ _cogl_transform_point (const CoglMatrix *matrix_mv,
float *x,
float *y);
-#define COGL_DRIVER_ERROR (_cogl_driver_error_quark ())
+#define COGL_DRIVER_ERROR (_cogl_driver_error_domain ())
typedef enum { /*< prefix=COGL_DRIVER_ERROR >*/
COGL_DRIVER_ERROR_UNKNOWN_VERSION,
@@ -128,6 +128,6 @@ typedef enum _CoglPipelineEvalFlags
} CoglPipelineEvalFlags;
uint32_t
-_cogl_driver_error_quark (void);
+_cogl_driver_error_domain (void);
#endif /* __COGL_INTERNAL_H */