tremoving unneeded SetWMHints - svkbd - Simple X11 onscreen keyboard.
 (HTM) git clone git://r-36.net/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 31e00125e8b79809808c203f631b18b7a517097f
 (DIR) parent 102a7ef183a845dec2a37440ccba5b6ddf1f95c7
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Fri, 25 Mar 2011 16:28:46 +0100
       
       removing unneeded SetWMHints
       Diffstat:
         svkbd.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/svkbd.c b/svkbd.c
       t@@ -373,7 +373,6 @@ setup(void) {
                wmh = XAllocWMHints();
                wmh->input = False;
                wmh->flags = InputHint;
       -        XSetWMHints(dpy, win, wmh);
                XStringListToTextProperty(&name, 1, &str);
                ch = XAllocClassHint();
                ch->res_class = name;