From f3d7d7a8ec1090d08ab054f4d36ca21c2322ddec Mon Sep 17 00:00:00 2001 From: Bart Massey Date: Thu, 22 Aug 2013 09:45:08 -0700 Subject: increased window size for test_xcb_image for usability --- image/test_xcb_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/test_xcb_image.c b/image/test_xcb_image.c index bfdf4f1..25ff697 100644 --- a/image/test_xcb_image.c +++ b/image/test_xcb_image.c @@ -37,8 +37,8 @@ #include #include "xcb_image.h" -#define W_W 64 -#define W_H 64 +#define W_W 128 +#define W_H 128 static void reflect_window (xcb_connection_t *c, -- cgit v1.2.1