diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 08:48:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 08:48:03 +0000 |
| commit | c97915f445017d36667a6ad32767fa41d14d23b1 (patch) | |
| tree | 66ea465799a6b00ef1361a44774d4610ca6ca814 /otk/gccache.hh | |
| parent | 9e77a88d269bfafb78e56a646bfacebdd6ff4c5a (diff) | |
un-static otk::Display. add an operator* to it. make a global ob::display var.
Diffstat (limited to 'otk/gccache.hh')
| -rw-r--r-- | otk/gccache.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/gccache.hh b/otk/gccache.hh index 86daff0e..ff72497b 100644 --- a/otk/gccache.hh +++ b/otk/gccache.hh @@ -93,7 +93,7 @@ public: int _linewidth = 0, int _function = GXcopy, int _subwindow = ClipByChildren) : color(_color), font(_font), linewidth(_linewidth), function(_function), - subwindow(_subwindow), cache(Display::gcCache()), item(0) { } + subwindow(_subwindow), cache(display->gcCache()), item(0) { } inline ~Pen(void) { if (item) cache->release(item); } |
