summaryrefslogtreecommitdiff
path: root/cogl/cogl-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-private.h')
-rw-r--r--cogl/cogl-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cogl/cogl-private.h b/cogl/cogl-private.h
index ca508a4e..81bc6b54 100644
--- a/cogl/cogl-private.h
+++ b/cogl/cogl-private.h
@@ -137,6 +137,11 @@ _cogl_pixel_format_is_endian_dependant (CoglPixelFormat format);
#define COGL_PIXEL_FORMAT_CAN_HAVE_PREMULT(format) \
(((format) & COGL_A_BIT) && (format) != COGL_PIXEL_FORMAT_A_8)
+typedef struct
+{
+ short x0, y0, x1, y1;
+} BoxRec;
+
COGL_END_DECLS
#endif /* __COGL_PRIVATE_H__ */