discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b7b24dc28388cfae71ca2a89466016c0b6c9f77c

commit b7b24dc28388cfae71ca2a89466016c0b6c9f77c
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Aug 1 12:15:01 2013 +0100

    set name/class on comp selection win, ignore comp selection win
---
 src/bin/e_comp_x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index e0ca545..d5c4fdb 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -4546,6 +4546,8 @@ _e_comp_x_setup(E_Comp *c, Ecore_X_Window root, int w, 
int h)
    ecore_x_e_window_profile_supported_set(root, 
e_config->use_desktop_window_profile);
    c->cm_selection = ecore_x_window_input_new(root, 0, 0, 1, 1);
    if (!c->cm_selection) return EINA_FALSE;
+   ecore_x_icccm_name_class_set(c->cm_selection, "comp", "cm_selection");
+   e_comp_ignore_win_add(E_PIXMAP_TYPE_X, c->cm_selection);
    e_hints_init(root, c->cm_selection);
    ecore_x_window_background_color_set(root, 0, 0, 0);
    ecore_x_screen_is_composited_set(c->num, c->cm_selection);

-- 


Reply via email to