]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Fixes for the Layer widget.
[architektonas] / src / global.h
index 8143b8d0e10183ab5e735d94daf252ad27f7b3b8..d66f93badd104b65bdc02cba8a1967e479665769 100644 (file)
@@ -34,12 +34,17 @@ class Global
                static bool ignoreClicks;
                static bool dontMove;
                static uint32_t objectID;
+               static int tool;
+               static int toolState;
 
                static Point origin;
                static double zoom;
                static Vector screenSize;
 
                static float scale;
+
+               static int activeLayer;
+               static bool layerIsLocked;
 };
 
 #endif // __GLOBALS_H__