summaryrefslogtreecommitdiff
path: root/otk/application.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 08:48:03 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 08:48:03 +0000
commitc97915f445017d36667a6ad32767fa41d14d23b1 (patch)
tree66ea465799a6b00ef1361a44774d4610ca6ca814 /otk/application.hh
parent9e77a88d269bfafb78e56a646bfacebdd6ff4c5a (diff)
un-static otk::Display. add an operator* to it. make a global ob::display var.
Diffstat (limited to 'otk/application.hh')
-rw-r--r--otk/application.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/application.hh b/otk/application.hh
index 220185ad..a0795acc 100644
--- a/otk/application.hh
+++ b/otk/application.hh
@@ -32,6 +32,7 @@ public:
private:
void loadStyle(void);
+ Display _display;
TimerQueueManager *_timer_manager;
ImageControl *_img_ctrl;
Configuration *_style_conf;