Code reformatting
[dockapps/wmnotify.git] / src / xevents.c
index c9b66f6..4ff17df 100644 (file)
 #include "xevents.h"
 
 
+/* Maximum time between mouse double-clicks, in milliseconds */
+#define DOUBLE_CLICK_MAX_INTERVAL_MS 250
+
+
 /* Function pointers to handle single and double mouse click events. */
 static void (*SingleClickCallback)( void ) = NULL;