From 8448a652c4f80c3d7a31a1e9a5a2773db13230da Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 Jan 2004 12:53:46 +0000 Subject: fillstyle and fillrule --- src/FbTk/GContext.hh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/FbTk/GContext.hh b/src/FbTk/GContext.hh index 462ea32..6d71cd1 100644 --- a/src/FbTk/GContext.hh +++ b/src/FbTk/GContext.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: GContext.hh,v 1.7 2004/01/09 01:19:48 fluxgen Exp $ +// $Id: GContext.hh,v 1.8 2004/01/11 12:53:46 fluxgen Exp $ #ifndef FBTK_GCONTEXT_HH #define FBTK_GCONTEXT_HH @@ -88,6 +88,12 @@ public: inline void setSubwindowMode(int mode) { XSetSubwindowMode(m_display, m_gc, mode); } + inline void setFillStyle(int style) { + XSetFillStyle(m_display, m_gc, style); + } + inline void setFillRule(int rule) { + XSetFillRule(m_display, m_gc, rule); + } void copy(GC gc); void copy(const GContext &gc); -- cgit v0.11.2