1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

undo changes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@335 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-09-28 03:21:10 +00:00
parent 16e18039bc
commit 3441f53fc6

View File

@ -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, /* class */
CopyFromParent, /* visual */ CopyFromParent, /* visual */
CWBackPixel, &attrs); CWBackPixel, &attrs);
XWMHints wmhints; /* XWMHints wmhints;
this doesn't work properly
wmhints.flags = StateHint; wmhints.flags = StateHint;
wmhints.initial_state = WithdrawnState; wmhints.initial_state = WithdrawnState;
XSetWMHints(display, window.window, &wmhints); XSetWMHints(display, window.window, &wmhints);*/