Searched refs:_XSERVER64 (Results 1 – 20 of 20) sorted by relevance
4 #if defined(__LP64__) && !defined(_XSERVER64)5 #define _XSERVER64 1 macro6 #elif !defined(__LP64__) && defined(_XSERVER64)7 #undef _XSERVER64
21 #undef _XSERVER64
80 #undef _XSERVER64
395 #undef _XSERVER64439 /* Correctly set _XSERVER64 for OSX fat binaries */
207 #define _XSERVER64 1 macro
207 #define _XSERVER64 1
43 conf_data.set('_XSERVER64', '1') cfgvar in conf_data
828 #undef _XSERVER64
35 #ifdef _XSERVER6437 #undef _XSERVER6475 #define _XSERVER64 macro
218 #ifdef _XSERVER64 in xnestSetInstalledColormapWindows()275 #ifdef _XSERVER64 in xnestSetScreenSaverColormapWindow()390 #ifdef _XSERVER64 in xnestStoreColors()
130 #ifdef _XSERVER64 in xnestKeyboardProc()
46 #ifdef _XSERVER6448 #undef _XSERVER64105 #define _XSERVER64 macro
43 #ifdef _XSERVER6444 #undef _XSERVER64
40 #ifdef _XSERVER6441 #undef _XSERVER64
44 #ifdef _XSERVER6445 #undef _XSERVER64
42 #ifdef _XSERVER6443 #undef _XSERVER64
398 #ifdef _XSERVER64 in ProcXResQueryClientPixmapBytes()
147 AC_DEFINE(_XSERVER64, 1, [Define to 1 if unsigned long is 64 bits.]) definition
26597 xcb conversion avoids xlib/xserver namespace collision and _XSERVER64 type41750 hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboard41752 Including any server header might define the macro _XSERVER64 on 64 bit42481 Include xwin-config.h, so that _XSERVER64 is defined, just in case anything48591 We need to include xwin-config.h into winmsgwindow.c, so that _XSERVER64 is60039 Xephyr: we're not using Xlib anymore, no need to undef _XSERVER6460738 Missing _XSERVER64 define caused inconsistent sizeof(XID) between the87833 The root cause is this macro "#define _XSERVER64 1" should be included87835 in X.h. If _XSERVER64 is defined as 1, then XID is defined as CARD3287836 which is a 32bit integer. If _XSERVER64 is not defined as 1 then XID[all …]