aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbDrawable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbDrawable.hh')
-rw-r--r--src/FbTk/FbDrawable.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbDrawable.hh b/src/FbTk/FbDrawable.hh
index 347b207..7590f54 100644
--- a/src/FbTk/FbDrawable.hh
+++ b/src/FbTk/FbDrawable.hh
@@ -48,7 +48,9 @@ public:
48 virtual void fillPolygon(GC gc, XPoint *points, int npoints, 48 virtual void fillPolygon(GC gc, XPoint *points, int npoints,
49 int shape, int mode); 49 int shape, int mode);
50 50
51#ifdef NOT_USED
51 virtual void drawPoint(GC gc, int x, int y); 52 virtual void drawPoint(GC gc, int x, int y);
53#endif
52 54
53 virtual XImage *image(int x, int y, unsigned int width, unsigned int height) const; 55 virtual XImage *image(int x, int y, unsigned int width, unsigned int height) const;
54 56