Searched refs:SERVER_XKB_MAJOR_VERSION (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dprotocol-versions.h150 #define SERVER_XKB_MAJOR_VERSION 1 macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dprotocol-versions.h137 #define SERVER_XKB_MAJOR_VERSION 1 macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c178 if (stuff->wantedMajor != SERVER_XKB_MAJOR_VERSION) {
180 supported= ((SERVER_XKB_MAJOR_VERSION==1)&&
195 SERVER_XKB_MAJOR_VERSION,SERVER_XKB_MINOR_VERSION);
202 rep.serverMajor = SERVER_XKB_MAJOR_VERSION;
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c178 if (stuff->wantedMajor != SERVER_XKB_MAJOR_VERSION) {
180 supported = ((SERVER_XKB_MAJOR_VERSION == 1) &&
195 stuff->wantedMinor, SERVER_XKB_MAJOR_VERSION,
203 .serverMajor = SERVER_XKB_MAJOR_VERSION,

Completed in 19 milliseconds