summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compton.h b/compton.h
index 5d3ad2611..2b3e08604 100644
--- a/compton.h
+++ b/compton.h
@@ -1289,6 +1289,11 @@ add_damage_win(Display *dpy, win *w) {
}
}
+#if defined(DEBUG_EVENTS) || defined(DEBUG_RESTACK)
+static bool
+ev_window_name(Display *dpy, Window wid, char **name);
+#endif
+
inline static void
ev_handle(XEvent *ev);