1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@550 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-03-07 05:40:35 +00:00
parent 961ed9b4b1
commit 580c2c8f34

View File

@ -255,7 +255,7 @@ void init_window(int own_window, int w, int h, int set_trans, int back_colour, c
if (xa != None) { if (xa != None) {
long prop[5] = { 2, 0, 0, 0, 0 }; long prop[5] = { 2, 0, 0, 0, 0 };
XChangeProperty(display, window.window, xa, XChangeProperty(display, window.window, xa,
xa, 32, PropModeAppend, xa, 32, PropModeReplace,
(unsigned char *) prop, 5); (unsigned char *) prop, 5);
} }
} }