diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:46:25 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:46:25 +0200 |
commit | 844a4094f098684dd1da5bc11e73479fb61373a3 (patch) | |
tree | 5441f02930e1658777a262f3d3647d64f99cde22 /nx-X11/lib/X11/cmsProp.c | |
parent | f4092abdf94af6a99aff944d6264bc1284e8bdd4 (diff) | |
download | nx-libs-844a4094f098684dd1da5bc11e73479fb61373a3.tar.gz nx-libs-844a4094f098684dd1da5bc11e73479fb61373a3.tar.bz2 nx-libs-844a4094f098684dd1da5bc11e73479fb61373a3.zip |
Imported nx-X11-3.1.0-3.tar.gznx-X11/3.1.0-3
Summary: Imported nx-X11-3.1.0-3.tar.gz
Keywords:
Imported nx-X11-3.1.0-3.tar.gz
into Git repository
Diffstat (limited to 'nx-X11/lib/X11/cmsProp.c')
-rw-r--r-- | nx-X11/lib/X11/cmsProp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/cmsProp.c b/nx-X11/lib/X11/cmsProp.c index 4040a05ce..81ea58ce9 100644 --- a/nx-X11/lib/X11/cmsProp.c +++ b/nx-X11/lib/X11/cmsProp.c @@ -121,7 +121,11 @@ _XcmsGetProperty( char *prop_ret; int format_ret; long len = 6516; + #ifdef NXAGENT_SERVER + unsigned long nitems_ret, after_ret = 0; + #else unsigned long nitems_ret, after_ret; + #endif Atom atom_ret; while (XGetWindowProperty (pDpy, w, property, 0, len, False, |