Author: Eduardo M. Fleury From: http://blog.eduardofleury.com --- diff -ru x11perf-1.5/do_tests.c x11perf-1.5-maemo/do_tests.c --- x11perf-1.5/do_tests.c 2008-03-07 18:49:26.000000000 -0300 +++ x11perf-1.5-maemo/do_tests.c 2008-08-19 19:26:24.000000000 -0300 @@ -1174,7 +1174,7 @@ {"-putimage500", "PutImage 500x500 square", NULL, InitPutImage, DoPutImage, MidCopyPix, EndGetImage, V1_2FEATURE, ROP, 0, - {4, 500}}, + {4, 400}}, {"-putimagexy10", "PutImage XY 10x10 square", NULL, InitPutImage, DoPutImage, MidCopyPix, EndGetImage, V1_4FEATURE, ROP, 0, @@ -1199,7 +1199,7 @@ {"-shmput500", "ShmPutImage 500x500 square", NULL, InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage, V1_2FEATURE, ROP, 0, - {4, 500}}, + {4, 400}}, {"-shmputxy10", "ShmPutImage XY 10x10 square", NULL, InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage, V1_4FEATURE, ROP, 0, diff -ru x11perf-1.5/x11perf.h x11perf-1.5-maemo/x11perf.h --- x11perf-1.5/x11perf.h 2008-03-07 18:49:26.000000000 -0300 +++ x11perf-1.5-maemo/x11perf.h 2008-08-19 19:22:07.000000000 -0300 @@ -45,8 +45,8 @@ #define MAXROWS 40 /* Max rows of items in poly calls */ #define MAXCOLS 25 /* Max columns of items */ -#define WIDTH 600 /* Size of large window to work within */ -#define HEIGHT 600 +#define WIDTH 480 /* Size of large window to work within */ +#define HEIGHT 480 #define CHILDSIZE 8 /* Size of children on windowing tests */ #define CHILDSPACE 4 /* Space between children */