summaryrefslogtreecommitdiff
path: root/src/FbTk/GContext.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-16 12:54:07 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-16 12:54:07 (GMT)
commit38654bae459716409ad2ee7975671fc2f131c869 (patch)
tree6f2f3c662f8317f47a422db02d17bff378266817 /src/FbTk/GContext.hh
parent06837ba8642b8a126de92f60ae05d5f84bba8bfe (diff)
downloadfluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.zip
fluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.tar.bz2
some cleanup
Diffstat (limited to 'src/FbTk/GContext.hh')
-rw-r--r--src/FbTk/GContext.hh14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/FbTk/GContext.hh b/src/FbTk/GContext.hh
index 7fd16d4..e100bb6 100644
--- a/src/FbTk/GContext.hh
+++ b/src/FbTk/GContext.hh
@@ -89,15 +89,7 @@ public:
89 void setFont(int fid) { 89 void setFont(int fid) {
90 XSetFont(m_display, m_gc, fid); 90 XSetFont(m_display, m_gc, fid);
91 } 91 }
92#ifdef NOT_USED
93 void setClipMask(const FbTk::FbPixmap &mask) {
94 XSetClipMask(m_display, m_gc, mask.drawable());
95 }
96 92
97 void setClipOrigin(int x, int y) {
98 XSetClipOrigin(m_display, m_gc, x, y);
99 }
100#endif
101 void setGraphicsExposure(bool value) { 93 void setGraphicsExposure(bool value) {
102 XSetGraphicsExposures(m_display, m_gc, value); 94 XSetGraphicsExposures(m_display, m_gc, value);
103 } 95 }
@@ -112,11 +104,7 @@ public:
112 void setFillStyle(int style) { 104 void setFillStyle(int style) {
113 XSetFillStyle(m_display, m_gc, style); 105 XSetFillStyle(m_display, m_gc, style);
114 } 106 }
115#ifdef NOT_USED 107
116 void setFillRule(int rule) {
117 XSetFillRule(m_display, m_gc, rule);
118 }
119#endif
120 void setLineAttributes(unsigned int width, 108 void setLineAttributes(unsigned int width,
121 int line_style, 109 int line_style,
122 int cap_style, 110 int cap_style,