summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compton.h b/compton.h
index 83b78769e..7a71fa808 100644
--- a/compton.h
+++ b/compton.h
@@ -631,8 +631,7 @@ solid_picture(Display *dpy, Bool argb, double a,
static inline bool is_normal_win(const win *w) {
return (WINTYPE_NORMAL == w->window_type
- || WINTYPE_UTILITY == w->window_type
- || WINTYPE_UNKNOWN == w->window_type);
+ || WINTYPE_UTILITY == w->window_type);
}
/**
@@ -761,9 +760,6 @@ repair_win(Display *dpy, win *w);
static wintype
get_wintype_prop(Display * dpy, Window w);
-static wintype
-determine_wintype(Display *dpy, Window w);
-
static void
map_win(Display *dpy, Window id,
unsigned long sequence, Bool fade,