]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Add small handle rendering, make Informative Text backgrnd more opaque.
[architektonas] / src / painter.h
index 5b11e25aadead93a1c418627fe3abbe50e02b332..98c81f3a7e6297955d73f6438044cd1d757ddd01 100644 (file)
@@ -26,6 +26,7 @@ class Painter
                void DrawArc(Vector, double, double, double);
                void DrawEllipse(Vector, double, double);
                void DrawHandle(Vector);
+               void DrawSmallHandle(Vector);
                void DrawCross(Vector);
                void DrawRectCorners(Rect);
                void DrawArrowHandle(Vector, double);