[cogl/wip/cogl-1.14: 157/177] stash: quark/domain



commit bf69cfa582e8e7c241fbfa969e8577a1b8b927cb
Author: Robert Bragg <robert linux intel com>
Date:   Sun Jan 20 18:47:40 2013 +0000

    stash: quark/domain

 cogl/cogl-internal.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-internal.h b/cogl/cogl-internal.h
index 7a288ae..fa921a6 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]