evas/evas3d - adjust examples window size.

This commit is contained in:
ChunEon Park 2014-05-07 16:55:50 +09:00
parent 58d87b53ab
commit 2758b20556
2 changed files with 4 additions and 4 deletions

View 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;

View 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