aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/extantz/extantz.h')
-rw-r--r--ClientHamr/extantz/extantz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ClientHamr/extantz/extantz.h b/ClientHamr/extantz/extantz.h
index a3c46e5..5fec64c 100644
--- a/ClientHamr/extantz/extantz.h
+++ b/ClientHamr/extantz/extantz.h
@@ -136,10 +136,13 @@ struct _GLData
136 GLuint program; 136 GLuint program;
137 GLuint vtx_shader; 137 GLuint vtx_shader;
138 GLuint fgmt_shader; 138 GLuint fgmt_shader;
139 int scr_w, scr_h;
139 int sfc_w, sfc_h; 140 int sfc_w, sfc_h;
141 int img_w, img_h;
140 int useEGL : 1; 142 int useEGL : 1;
141 int useIrr : 1; 143 int useIrr : 1;
142 int doneIrr : 1; 144 int doneIrr : 1;
145 int resized : 1;
143 146
144 Evas_Object *bx, *r1; 147 Evas_Object *bx, *r1;
145 Ecore_Animator *animator; 148 Ecore_Animator *animator;