From c7e157e53c862140858230b2b23aeb39f9f9c1ed Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 Jan 2003 08:47:21 +0000 Subject: use otk::Property to get the atom values --- otk/application.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/application.cc') diff --git a/otk/application.cc b/otk/application.cc index fd8689ee..f101a5a3 100644 --- a/otk/application.cc +++ b/otk/application.cc @@ -8,6 +8,7 @@ #include "eventhandler.hh" #include "widget.hh" #include "timer.hh" +#include "property.hh" extern "C" { #ifdef HAVE_STDLIB_H @@ -31,6 +32,7 @@ Application::Application(int argc, char **argv) const ScreenInfo *s_info = _display.screenInfo(DefaultScreen(*_display)); Timer::initialize(); + Property::initialize(); _img_ctrl = new ImageControl(s_info, True, 4, 5, 200); _style_conf = new Configuration(False); _style = new Style(_img_ctrl); -- cgit v1.2.3