Home
last modified time | relevance | path

Searched refs:XORG_VERSION_SNAP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c122 #define PRE_RELEASE XORG_VERSION_SNAP
140 #if XORG_VERSION_SNAP > 0 in xf86PrintBanner()
141 xf86ErrorFVerb(0, ".%d", XORG_VERSION_SNAP); in xf86PrintBanner()
144 #if XORG_VERSION_SNAP >= 900 in xf86PrintBanner()
154 XORG_VERSION_SNAP - 900); in xf86PrintBanner()
157 XORG_VERSION_MINOR + 1, XORG_VERSION_SNAP - 900); in xf86PrintBanner()
161 XORG_VERSION_SNAP - 900); in xf86PrintBanner()
H A DxorgVersion.h47 #define XORG_VERSION_SNAP XORG_GET_SNAP_VERSION(XORG_VERSION_CURRENT) macro
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinerror.c135 XORG_VERSION_SNAP, in winMessageBoxF()
H A Dwinprocarg.c1159 XORG_VERSION_MINOR, XORG_VERSION_PATCH, XORG_VERSION_SNAP); in winLogVersionInfo()