aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-20 12:31:03 +1000
committerDavid Walter Seikel2013-01-20 12:31:03 +1000
commite70ef920d1f9d5b21c93e1ded5fb320174489458 (patch)
tree5654a836b14b25b8326724efd01815b673ddada4 /ClientHamr/extantz/extantz.h
parentWhitespace clean up. (diff)
downloadSledjHamr-e70ef920d1f9d5b21c93e1ded5fb320174489458.zip
SledjHamr-e70ef920d1f9d5b21c93e1ded5fb320174489458.tar.gz
SledjHamr-e70ef920d1f9d5b21c93e1ded5fb320174489458.tar.bz2
SledjHamr-e70ef920d1f9d5b21c93e1ded5fb320174489458.tar.xz
Stabilise the GL image with respect to window resizes. Still needs some clean up.
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;