evas/evas3d - adjust examples window size.

This commit is contained in:
ChunEon Park 2014-05-07 16:55:50 +09:00
parent a5b89f17b3
commit a6328dd42c
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