Searched refs:VBE_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
36 #define VBE_VERSION_MAJOR(x) *((CARD8*)(&x) + 1) macro
23 #define VERSION(x) VBE_VERSION_MAJOR(x),VBE_VERSION_MINOR(x)926 if (VBE_VERSION_MAJOR(pVbe->version) > 1 in VBEVesaSaveRestore()