summaryrefslogtreecommitdiff
path: root/rendercheck.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-10-26 16:31:43 -0700
committerEric Anholt <eric@anholt.net>2006-10-26 16:31:43 -0700
commit72cb2695ae1f78adef263eff779cc88541a41c87 (patch)
treea61628b73149315243093eb2bddcbe359925aa0e /rendercheck.h
parentff63516c203c0593ee08b77cc9267afe2ca5b0e3 (diff)
Reduce the size of the rendering done in many tests.
This significantly improves test performance (~60% in blend).
Diffstat (limited to 'rendercheck.h')
-rw-r--r--rendercheck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rendercheck.h b/rendercheck.h
index 27a8e5c..f32420e 100644
--- a/rendercheck.h
+++ b/rendercheck.h
@@ -117,7 +117,8 @@ Bool
do_tests(Display *dpy, picture_info *win);
void
-copy_pict_to_win(Display *dpy, picture_info *pict, picture_info *win);
+copy_pict_to_win(Display *dpy, picture_info *pict, picture_info *win,
+ int width, int height);
/* ops.c */
void