summaryrefslogtreecommitdiff
path: root/demo.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-11 19:06:36 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-11 19:06:36 +0100
commita27e9b65eefad5083461042c4c6c3a14ee5708e7 (patch)
treef1d0365ef63592f78b2ddb5f796706a971be9044 /demo.h
parent483e9d62e4b04f72e541fe562e34c7afb420c93e (diff)
tiger: switchable antialiasing quality
Diffstat (limited to 'demo.h')
-rw-r--r--demo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo.h b/demo.h
index 607a1b5..fea3192 100644
--- a/demo.h
+++ b/demo.h
@@ -29,6 +29,7 @@ struct slide {
struct device *device_open(int argc, char **argv);
int device_get_size(int argc, char **argv, int *width, int *height);
+cairo_antialias_t device_get_antialias(int argc, char **argv);
int device_get_benchmark(int argc, char **argv);
#if HAVE_GLX