fix: By-pass double click timers if no handlers are defined

Fixes #338
This commit is contained in:
Michael Carlberg
2017-01-15 02:00:33 +01:00
parent 084ff6d455
commit 40d482d039
3 changed files with 22 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#include "events/signal_receiver.hpp"
#include "utils/factory.hpp"
#include "utils/file.hpp"
#include "x11/atoms.hpp"
#include "x11/connection.hpp"
#include "x11/draw.hpp"
#include "x11/extensions/all.hpp"