diff options
author | Richard Grenville <[email protected]> | 2013-09-15 11:07:49 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2013-09-15 11:07:49 +0800 |
commit | 6e82deb05b7e8d4c183d33c5a4acb978cf465b46 (patch) | |
tree | 19438036505648888a54c5d492078d7550bad084 /compton.h | |
parent | 9c609b9b97eee09e975d96082ffab32543258251 (diff) | |
download | tdebase-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |