X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=af591b8e0d59740513151dfe1c232b112ef20644;hb=84afe881653a02a16b19d4da37435b8701b1a826;hp=178b7dbca605ad772f7b9d9c2f2ffe792c09e2e1;hpb=db0a3d91f37031e155cc8eac7cfdec9889f233ee;p=architektonas diff --git a/src/painter.h b/src/painter.h index 178b7db..af591b8 100644 --- a/src/painter.h +++ b/src/painter.h @@ -41,9 +41,9 @@ class Painter public: // Class variables - static Vector origin; // The window origin, not location of the origin - static double zoom; // Window zoom factor - static Vector screenSize; // Width & height of the window we're drawing on +// static Vector origin; // The window origin, not location of the origin +// static double zoom; // Window zoom factor +// static Vector screenSize; // Width & height of the window we're drawing on private: QPainter * painter;