Home
last modified time | relevance | path

Searched refs:_XSERVER64 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config-apple-verbatim.h4 #if defined(__LP64__) && !defined(_XSERVER64)
5 #define _XSERVER64 1 macro
6 #elif !defined(__LP64__) && defined(_XSERVER64)
7 #undef _XSERVER64
H A Dxwin-config.h.in21 #undef _XSERVER64
H A Dxorg-config.h.in80 #undef _XSERVER64
H A Ddix-config.h.in395 #undef _XSERVER64
439 /* Correctly set _XSERVER64 for OSX fat binaries */
H A Dxorg-server.h.in207 #define _XSERVER64 1 macro
H A Dxorg-server.h.meson.in207 #define _XSERVER64 1
H A Dmeson.build43 conf_data.set('_XSERVER64', '1') cfgvar in conf_data
H A Ddo-not-use-config.h.in828 #undef _XSERVER64
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DXnest.h35 #ifdef _XSERVER64
37 #undef _XSERVER64
75 #define _XSERVER64 macro
H A DColor.c218 #ifdef _XSERVER64 in xnestSetInstalledColormapWindows()
275 #ifdef _XSERVER64 in xnestSetScreenSaverColormapWindow()
390 #ifdef _XSERVER64 in xnestStoreColors()
H A DKeyboard.c130 #ifdef _XSERVER64 in xnestKeyboardProc()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxclient.h46 #ifdef _XSERVER64
48 #undef _XSERVER64
105 #define _XSERVER64 macro
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dxwinclip.c43 #ifdef _XSERVER64
44 #undef _XSERVER64
H A Dtextconv.c40 #ifdef _XSERVER64
41 #undef _XSERVER64
H A Dthread.c44 #ifdef _XSERVER64
45 #undef _XSERVER64
H A Dwndproc.c42 #ifdef _XSERVER64
43 #undef _XSERVER64
H A Dxevents.c42 #ifdef _XSERVER64
43 #undef _XSERVER64
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxres.c398 #ifdef _XSERVER64 in ProcXResQueryClientPixmapBytes()
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac147 AC_DEFINE(_XSERVER64, 1, [Define to 1 if unsigned long is 64 bits.]) definition
H A DChangeLog26597 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
[all …]