aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/GContext.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-09 01:19:48 (GMT)
committerfluxgen <fluxgen>2004-01-09 01:19:48 (GMT)
commit08f6ca0514de8e24fb98e6a8b057598fc70ebd64 (patch)
treedcd547fac4692b721e9b6c6817caea83eef3595c /src/FbTk/GContext.hh
parenta48d734251fd8ee0aec24c7e295bcbc2a3e1a188 (diff)
downloadfluxbox-08f6ca0514de8e24fb98e6a8b057598fc70ebd64.zip
fluxbox-08f6ca0514de8e24fb98e6a8b057598fc70ebd64.tar.bz2
save some memory
Diffstat (limited to 'src/FbTk/GContext.hh')
-rw-r--r--src/FbTk/GContext.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/GContext.hh b/src/FbTk/GContext.hh
index 94aec3e..462ea32 100644
--- a/src/FbTk/GContext.hh
+++ b/src/FbTk/GContext.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: GContext.hh,v 1.6 2003/12/16 17:06:51 fluxgen Exp $ 22// $Id: GContext.hh,v 1.7 2004/01/09 01:19:48 fluxgen Exp $
23 23
24#ifndef FBTK_GCONTEXT_HH 24#ifndef FBTK_GCONTEXT_HH
25#define FBTK_GCONTEXT_HH 25#define FBTK_GCONTEXT_HH
@@ -98,7 +98,7 @@ public:
98private: 98private:
99 GContext(const GContext &cont); 99 GContext(const GContext &cont);
100 100
101 Display *m_display; // worth caching 101 static Display *m_display; // worth caching
102 GC m_gc; 102 GC m_gc;
103}; 103};
104 104