diff options
author | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
commit | 1c2f92a3d2288b1cae9500110a72173506a18072 (patch) | |
tree | cdb695da16dcee74872790c772bb535def9f2895 /src/FbTk/GContext.hh | |
parent | b49432be05c6cf748e662e196778463e2190b4c3 (diff) | |
download | fluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.zip fluxbox_pavel-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.hh | 1 |
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 ©_gc) { copy(copy_gc); return *this; } | 135 | inline GContext &operator = (const GContext ©_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; } |