Lines Matching refs:_XSERVER64
26597 xcb conversion avoids xlib/xserver namespace collision and _XSERVER64 type
41750 hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboard
41752 Including any server header might define the macro _XSERVER64 on 64 bit
42481 Include xwin-config.h, so that _XSERVER64 is defined, just in case anything
48591 We need to include xwin-config.h into winmsgwindow.c, so that _XSERVER64 is
60039 Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64
60738 Missing _XSERVER64 define caused inconsistent sizeof(XID) between the
87833 The root cause is this macro "#define _XSERVER64 1" should be included
87835 in X.h. If _XSERVER64 is defined as 1, then XID is defined as CARD32
87836 which is a 32bit integer. If _XSERVER64 is not defined as 1 then XID
97059 Use _LP64 (verified on gcc and sun compilers) instead of _XSERVER64 in
97060 internal header usage, and always define _XSERVER64 for modules if _LP64
135622 …XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate on fat binary compil…
136257 Determine _XSERVER64 at build time.
144718 Make sure the _XSERVER64 macro is not defined in Xlib client code.
173248 Make sure _XSERVER64 is defined when it should be and gets tested.
178941 Fix XSERVER64 should be _XSERVER64
178991 dix-config.h if DIX_HAVE_CONFIG_H is defined to get it and _XSERVER64,
179651 _XSERVER64 machine. At this point, with the uncommitted render/ diffs,
181843 Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.
182247 Fix inclusion order of dix-config.h, so _XSERVER64 gets defined before X.h
182254 Add _XSERVER64 definition to config headers.
182271 Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead