aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/GContext.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-26 01:41:55 (GMT)
committersimonb <simonb>2005-04-26 01:41:55 (GMT)
commit1c2f92a3d2288b1cae9500110a72173506a18072 (patch)
treecdb695da16dcee74872790c772bb535def9f2895 /src/FbTk/GContext.hh
parentb49432be05c6cf748e662e196778463e2190b4c3 (diff)
downloadfluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.zip
fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'src/FbTk/GContext.hh')
-rw-r--r--src/FbTk/GContext.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/GContext.hh b/src/FbTk/GContext.hh
index 15b0ff2..6b93b7a 100644
--- a/src/FbTk/GContext.hh
+++ b/src/FbTk/GContext.hh
@@ -131,6 +131,7 @@ public:
131 131
132 void copy(GC gc); 132 void copy(GC gc);
133 void copy(const GContext &gc); 133 void copy(const GContext &gc);
134
134 inline GContext &operator = (const GContext &copy_gc) { copy(copy_gc); return *this; } 135 inline GContext &operator = (const GContext &copy_gc) { copy(copy_gc); return *this; }
135 inline GContext &operator = (GC copy_gc) { copy(copy_gc); return *this; } 136 inline GContext &operator = (GC copy_gc) { copy(copy_gc); return *this; }
136 inline GC gc() const { return m_gc; } 137 inline GC gc() const { return m_gc; }