summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
authorRichard Grenville <[email protected]>2013-09-15 11:07:49 +0800
committerRichard Grenville <[email protected]>2013-09-15 11:07:49 +0800
commit6e82deb05b7e8d4c183d33c5a4acb978cf465b46 (patch)
tree19438036505648888a54c5d492078d7550bad084 /compton.h
parent9c609b9b97eee09e975d96082ffab32543258251 (diff)
downloadtdebase-6e82deb05b7e8d4c183d33c5a4acb978cf465b46.tar.gz
tdebase-6e82deb05b7e8d4c183d33c5a4acb978cf465b46.zip
Bug fix #144: Workaround for insane window type changes
Dynamically detect window type as a workaround to insane applications. Thanks to Feltzer for reporting. (#144)
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compton.h b/compton.h
index d44544633..1180ce32c 100644
--- a/compton.h
+++ b/compton.h
@@ -804,6 +804,9 @@ static void
calc_shadow_geometry(session_t *ps, win *w);
static void
+win_upd_wintype(session_t *ps, win *w);
+
+static void
win_mark_client(session_t *ps, win *w, Window client);
static void