undo changes
authorBrenden Matthews <brenden1@rty.ca>
Wed, 28 Sep 2005 03:21:10 +0000 (03:21 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Wed, 28 Sep 2005 03:21:10 +0000 (03:21 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@335 7f574dfc-610e-0410-a909-a81674777703

src/x11.c

index d744b77..e23fb33 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -197,11 +197,13 @@ void init_window(int own_window, int w, int h, int l, int set_trans, int back_co
                                                      CopyFromParent,   /* class */
                                                      CopyFromParent,   /* visual */
                                                      CWBackPixel, &attrs);
-                       XWMHints wmhints;
+/*                     XWMHints wmhints;
+
+                       this doesn't work properly
 
                        wmhints.flags = StateHint;
                        wmhints.initial_state = WithdrawnState;
-                       XSetWMHints(display, window.window, &wmhints);
+                       XSetWMHints(display, window.window, &wmhints);*/