diff options
Diffstat (limited to 'src/FbTk/GContext.hh')
-rw-r--r-- | src/FbTk/GContext.hh | 4 |
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: | |||
98 | private: | 98 | private: |
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 | ||