From e70ef920d1f9d5b21c93e1ded5fb320174489458 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Jan 2013 12:31:03 +1000 Subject: Stabilise the GL image with respect to window resizes. Still needs some clean up. --- ClientHamr/extantz/extantz.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ClientHamr/extantz/extantz.h') 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 GLuint program; GLuint vtx_shader; GLuint fgmt_shader; + int scr_w, scr_h; int sfc_w, sfc_h; + int img_w, img_h; int useEGL : 1; int useIrr : 1; int doneIrr : 1; + int resized : 1; Evas_Object *bx, *r1; Ecore_Animator *animator; -- cgit v1.1