conform: Use a 640x480 stage in test-pick
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 16 Feb 2010 12:15:23 +0000 (12:15 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 16 Feb 2010 12:19:15 +0000 (12:19 +0000)
Do not resize the stage to a smaller size: the default size is perfectly
fine.

tests/conform/test-pick.c

index e858837..590b3de 100644 (file)
@@ -2,8 +2,8 @@
 
 #include "test-conform-common.h"
 
-#define STAGE_WIDTH  320
-#define STAGE_HEIGHT 200
+#define STAGE_WIDTH  640
+#define STAGE_HEIGHT 480
 #define ACTORS_X 12
 #define ACTORS_Y 16