Hello,

another patch present in Debian's wmaker packages, but not present in
wmaker-crm GIT.

wmaker (0.91.0-3) unstable; urgency=low
[...]
  * debian/patches/50_net_wm_name.diff: add _NET_WM_NAME to helper window.
[...]
 -- Marcelo E. Magallon <[email protected]>  Sun, 14 Nov 2004 14:22:04 -0600

cu andreas

-------------------------------

--- a/src/wmspec.c.orig 2010-07-25 09:53:33.000000000 +0200
+++ b/src/wmspec.c      2010-07-31 13:25:19.000000000 +0200
@@ -240,6 +240,7 @@ typedef struct NetData {
 static void setSupportedHints(WScreen * scr)
 {
        Atom atom[atomNr];
+       char * my_name = "Window Maker";
        int i = 0;
 
        /* set supported hints list */
@@ -311,6 +312,8 @@ static void setSupportedHints(WScreen * 
 
        XChangeProperty(dpy, scr->info_window, net_supporting_wm_check, 
XA_WINDOW,
                        32, PropModeReplace, (unsigned char 
*)&scr->info_window, 1);
+       XChangeProperty(dpy, scr->info_window, net_wm_name, utf8_string,
+                       8, PropModeReplace, my_name, strlen(my_name));
 }
 
 void wNETWMUpdateDesktop(WScreen * scr)


-- 
To unsubscribe, send mail to [email protected].

Reply via email to