kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=06458b895354ec6296bee86f01a2380d7268287f

commit 06458b895354ec6296bee86f01a2380d7268287f
Author: Kim Woelders <k...@woelders.dk>
Date:   Tue Aug 24 10:17:47 2021 +0200

    Drop initial setting of _NET_WM_NAME = "e16" on the root window
    
    It is not required and we override it with the desktop name later
    anyway.
---
 src/xprop.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/xprop.c b/src/xprop.c
index ca236750..267f4967 100644
--- a/src/xprop.c
+++ b/src/xprop.c
@@ -728,8 +728,6 @@ ex_netwm_wm_identify(EX_Window root, EX_Window check, const 
char *wm_name)
    ex_window_prop_window_set(root, ea_n._NET_SUPPORTING_WM_CHECK, &check, 1);
    ex_window_prop_window_set(check, ea_n._NET_SUPPORTING_WM_CHECK, &check, 1);
    _ex_window_prop_string_utf8_set(check, ea_n._NET_WM_NAME, wm_name);
-   /* This one isn't mandatory */
-   _ex_window_prop_string_utf8_set(root, ea_n._NET_WM_NAME, wm_name);
 }
 
 /*

-- 


Reply via email to