summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compton.h b/compton.h
index 2633a98ed..1cca657a5 100644
--- a/compton.h
+++ b/compton.h
@@ -392,9 +392,6 @@ border_size(Display *dpy, win *w);
static Window
find_client_win(Display *dpy, Window w);
-static Window
-find_client_win2(Display *dpy, Window w);
-
static void
get_frame_extents(Display *dpy, Window w,
unsigned int *left,
@@ -452,6 +449,9 @@ static void
calc_dim(Display *dpy, win *w);
static void
+mark_client_win(Display *dpy, win *w, Window client);
+
+static void
add_win(Display *dpy, Window id, Window prev, Bool override_redirect);
static void