• Ulrich Sibiller's avatar
    Screen.c: use XlibWindow so silence the compiler · 032ed351
    Ulrich Sibiller authored
    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 */,
    032ed351
Name
Last commit
Last update
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw/nxagent Loading commit data...
include Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
code-versions.txt Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...