X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.cc;h=30996de003250ba9c5ce3745cc1a435a9378c673;hb=f890d31d6bf41db5c565e4f1b25132a6df1bd044;hp=0d861b3670ce286f4ca36539b8efc72697700535;hpb=e53fbcf092c40b22ccc4c5f23795e12c9862c338;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 0d861b36..30996de0 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -1,9 +1,17 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +#ifdef HAVE_CONFIG_H +# include "../config.h" +#endif + #include "eventdispatcher.hh" #include "display.hh" +#include namespace otk { OtkEventDispatcher::OtkEventDispatcher() + : _fallback(0) { }