summaryrefslogtreecommitdiff
path: root/uxa/uxa-glamor.h
diff options
context:
space:
mode:
Diffstat (limited to 'uxa/uxa-glamor.h')
-rw-r--r--uxa/uxa-glamor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/uxa/uxa-glamor.h b/uxa/uxa-glamor.h
index 71a9c292..950a8781 100644
--- a/uxa/uxa-glamor.h
+++ b/uxa/uxa-glamor.h
@@ -45,12 +45,14 @@
#define glamor_set_spans_nf(...) FALSE
#define glamor_get_image_nf(...) FALSE
#define glamor_glyphs_nf(...) FALSE
-#define glamor_glyph_unrealize(...) ;
+#define glamor_glyph_unrealize(...) do { } while(0)
#define glamor_composite_nf(...) FALSE
#define glamor_composite_rects_nf(...) FALSE
#define glamor_trapezoids_nf(...) FALSE
#define glamor_triangles_nf(...) FALSE
#define glamor_add_traps_nf(...) FALSE
+#define glamor_create_gc(...) FALSE
+#define glamor_validate_gc(...) do { } while(0)
#endif
#endif /* UXA_GLAMOR_H */