From 6f5e60f0337e60d904a8f549aeaa631afefc8033 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sat, 16 Nov 2002 09:59:37 +0000 Subject: fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons --- otk/eventdispatcher.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/eventdispatcher.cc') diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 0d861b36..2de28369 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -1,9 +1,11 @@ #include "eventdispatcher.hh" #include "display.hh" +#include namespace otk { OtkEventDispatcher::OtkEventDispatcher() + : _fallback(0) { } -- cgit v1.2.3