HomeSort by: relevance | last modified time | path
    Searched defs:req_minor (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h 58 char req_minor; /* that caused change, if applicable */ member in struct:_XkbNewKeyboardNotify
116 char req_minor; /* Minor opcode of request */ member in struct:_XkbStateNotifyEvent
134 char req_minor; /* opcode of req that caused change */ member in struct:_XkbControlsNotify
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 1341 int req_major, req_minor, req_patch; local
1442 req_minor = 17;
1445 req_minor = 10;
1448 req_minor = 8;
1465 req_major, req_minor, req_patch,
1472 } else if (info->dri->pKernelDRMVersion->version_minor < req_minor ||
1473 (info->dri->pKernelDRMVersion->version_minor == req_minor &&
1482 req_major, req_minor, req_patch,

Completed in 108 milliseconds