aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-28 00:31:20 +1000
committerDavid Walter Seikel2014-04-28 00:31:20 +1000
commit7c90651a504b9dd3a1201a019d9c8ef6f99c75a8 (patch)
treead6d7c941726f7021d07700a6bb22f658e0fccc6 /src/GuiLua/GuiLua.h
parentSome code shuffling. (diff)
downloadSledjHamr-7c90651a504b9dd3a1201a019d9c8ef6f99c75a8.zip
SledjHamr-7c90651a504b9dd3a1201a019d9c8ef6f99c75a8.tar.gz
SledjHamr-7c90651a504b9dd3a1201a019d9c8ef6f99c75a8.tar.bz2
SledjHamr-7c90651a504b9dd3a1201a019d9c8ef6f99c75a8.tar.xz
Do the on resize thing, which didn't help, and TODO++ as a result.
Guess I have to wait for evas_3d to be fixed. B-(
Diffstat (limited to '')
-rw-r--r--src/GuiLua/GuiLua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index d94c2ce..388e343 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -21,9 +21,9 @@ struct _globals
21 Eina_Clist widgets; // Our windows widgets. 21 Eina_Clist widgets; // Our windows widgets.
22 int logDom; // Our logging domain. 22 int logDom; // Our logging domain.
23 23
24//Ecore_Evas *ecore_evas; 24Ecore_Evas *ee;
25Evas *evas; 25Evas *evas;
26//Evas_Object *background; 26Evas_Object *background;
27Evas_Object *image; 27Evas_Object *image;
28}; 28};
29 29