summaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2003-08-13 05:39:50 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2003-08-13 05:39:50 +0000
commite298eaf1045415940428800525beb52e7c34f93a (patch)
treee39db947f4ee2078e3129194ca83d30b270d4f22 /src/misc.h
parentfaf0457ab635bdf24635ab11a2e9ea8a4495a961 (diff)
downloadxfwm4-e298eaf1045415940428800525beb52e7c34f93a.tar.gz
Code reorg.
(Old svn revision: 11285)
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc.h b/src/misc.h
index e276242b8..31cfbf08a 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -25,6 +25,9 @@
# include "config.h"
#endif
+#include <sys/types.h>
+#include <sys/time.h>
+#include <X11/Xlib.h>
#include <glib.h>
void getMouseXY (Window, int *, int *);
@@ -37,5 +40,7 @@ gboolean MyCheckWindow(Window);
Window setTmpEventWin (int, int, unsigned int, unsigned int, long);
void removeTmpEventWin (Window);
void placeSidewalks(gboolean);
+inline void stashEventTime (XEvent *);
+inline Time getLastEventTime(void);
#endif /* INC_MISC_H */