aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index ea22879..2930642 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -139,6 +139,13 @@ typedef struct _Scene_Data
139{ 139{
140 Evas *evas; 140 Evas *evas;
141 Evas_Object *image, *image_e; // Our Elm image, and it's Evas image. 141 Evas_Object *image, *image_e; // Our Elm image, and it's Evas image.
142
143 Evas_Coord x, y, w, h; // Position and size of our render image.
144 int scene_w, scene_h; // Size of the scene.
145
146 int tick; // For tracking mouse movements for tooltips.
147 Evas_Coord mouse_x, mouse_y;
148
142 Eo *scene; 149 Eo *scene;
143 Eo *root_node; 150 Eo *root_node;
144 Eo *camera_node; 151 Eo *camera_node;