]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Whitespace changes. :-P
[architektonas] / src / global.h
index 93ad6f7f9484a23ecdba2b373f60413b587cb37f..796cc45944f8dd4bb2df10234554e29b199f39b3 100644 (file)
@@ -52,6 +52,7 @@ class Global
                static int penStyle;
                static uint32_t penColor;
                static bool penStamp;
+               static bool penDropper;
 
                static Point intersectPoint[16]; // Overkill, yes
                static double intersectParam[16]; // Ditto
@@ -66,4 +67,3 @@ class Global
 };
 
 #endif // __GLOBALS_H__
-