mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
CARD32 is better
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@567 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
fbfa58ad13
commit
900b4e1e17
@ -12,6 +12,7 @@
|
||||
#ifdef X11
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xutil.h>
|
||||
#ifdef XFT
|
||||
#include <X11/Xft/Xft.h>
|
||||
@ -329,7 +330,7 @@ void init_window(int own_window, int w, int h, int set_trans, int back_colour, c
|
||||
|
||||
xa = ATOM(_NET_WM_DESKTOP);
|
||||
if (xa != None) {
|
||||
unsigned long xa_prop = 0xFFFFFFFF;
|
||||
CARD32 xa_prop = 0xFFFFFFFF;
|
||||
XChangeProperty(display, window.window, xa,
|
||||
XA_CARDINAL, 32,
|
||||
PropModeAppend,
|
||||
|
Loading…
Reference in New Issue
Block a user