diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
commit | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (patch) | |
tree | 9990448e5bd7b7be13603e7a99bfd30ff411e939 /dw/fltkplatform.cc | |
parent | 5856a620dd96e458b4018bd9d65e28cdbc9907cf (diff) |
Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r-- | dw/fltkplatform.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 1d77e289..2a160d63 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -20,6 +20,7 @@ #include <stdio.h> #include "../lout/msg.h" +#include "../lout/debug.hh" #include "fltkcore.hh" #include <FL/fl_draw.H> @@ -454,6 +455,8 @@ core::ui::RadioButtonResource FltkPlatform::FltkPlatform () { + DBG_OBJ_CREATE ("dw::fltk::FltkPlatform"); + layout = NULL; idleQueue = new container::typed::List <IdleFunc> (true); idleFuncRunning = false; @@ -476,6 +479,7 @@ FltkPlatform::~FltkPlatform () void FltkPlatform::setLayout (core::Layout *layout) { this->layout = layout; + DBG_OBJ_ASSOC_CHILD (layout); } |