evas/evas3d - adjust examples window size.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 7 May 2014 07:55:50 +0000 (16:55 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 7 May 2014 07:55:50 +0000 (16:55 +0900)
src/examples/evas/evas-3d-pick.c
src/examples/evas/evas-3d-proxy.c

index e7c8041bc935b22c283a8017a1d0d10ef1733424..0f1983a8c0d7e69ea8b3d97cd2a075c8bac22f29 100644 (file)
@@ -6,8 +6,8 @@
 #include <math.h>
 #include <Evas.h>
 
-#define  WIDTH          1024
-#define  HEIGHT         1024
+#define  WIDTH          400
+#define  HEIGHT         400
 
 Ecore_Evas       *ecore_evas       = NULL;
 Evas             *evas             = NULL;
index 8a8e705adbf70dc380233dc69176ebca47a97676..8db5c533a218344813dfd03ea74554915629fe77 100644 (file)
@@ -6,8 +6,8 @@
 #include <math.h>
 #include <Evas.h>
 
-#define  WIDTH          1024
-#define  HEIGHT         1024
+#define  WIDTH          400
+#define  HEIGHT         400
 
 #define  IMG_WIDTH       256
 #define  IMG_HEIGHT      256