diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-06-27 20:38:10 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2019-06-27 20:39:50 +0200 |
commit | 032ed3511bd6d2ef78c75e9296586ad5d469c0f1 (patch) | |
tree | 5a3f480a6373206e79c4a8f2797669e94bb05f5f /nx-X11/programs/Xserver/hw/nxagent/Client.h | |
parent | d487d5879d10211c5aa536b84073cdf9c64c2fed (diff) | |
download | nx-libs-032ed3511bd6d2ef78c75e9296586ad5d469c0f1.tar.gz nx-libs-032ed3511bd6d2ef78c75e9296586ad5d469c0f1.tar.bz2 nx-libs-032ed3511bd6d2ef78c75e9296586ad5d469c0f1.zip |
Screen.c: use XlibWindow so silence the compiler
This is a bit weird, I'd expect far more places where the compiler
could complain about Window vs Window64... But it does not.
Screen.c:306:32: warning: passing argument 3 of ‘XQueryTree’ from incompatible pointer type [-Wincompatible-pointer-types]
if (XQueryTree(d, candidate, &root, &parent, &children, &num_children))
^~~~~
In file included from Screen.c:60:
Agent.h:85:25: note: expected ‘Window64 *’ {aka ‘long unsigned int *’} but argument is of type ‘Window *’ {aka ‘unsigned int *’}
#define Window Window64
../../../../exports/include/nx-X11/Xlib.h:3041:5: note: in expansion of macro ‘Window’
Window* /* root_return */,
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Client.h')
0 files changed, 0 insertions, 0 deletions