discomfitor pushed a commit to branch master.
commit 3b8aaabb9b578f2813223044afd4b63719ff9835
Author: Mike Blumenkrantz <[email protected]>
Date: Thu Jul 4 08:13:31 2013 +0100
comp-ignore modal lock windows, set icccm name/class on them
---
src/bin/e_border.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index dedb80d..8cdc380 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -7464,8 +7464,10 @@ _e_border_eval0(E_Border *bd)
if (!bd->parent->client.lock_win)
{
bd->parent->client.lock_win =
ecore_x_window_input_new(bd->parent->win, 0, 0, bd->parent->client.w,
bd->parent->client.h);
+ e_comp_ignore_win_add(bd->parent->client.lock_win);
eina_hash_add(borders_hash,
e_util_winid_str_get(bd->parent->client.lock_win), bd->parent);
ecore_x_window_show(bd->parent->client.lock_win);
+
ecore_x_icccm_name_class_set(bd->parent->client.lock_win, "lock_win",
"lock_win");
}
}
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev