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

  /xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h 57 char req_major; /* major and minor opcode of req */ member in struct:_XkbNewKeyboardNotify
115 char req_major; /* Major opcode of request */ member in struct:_XkbStateNotifyEvent
133 char req_major; /* if keycode==0, major and minor */ member in struct:_XkbControlsNotify
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 1341 int req_major, req_minor, req_patch; local
1440 req_major = 1;
1453 if (info->dri->pKernelDRMVersion->version_major != req_major) {
1465 req_major, req_minor, req_patch,
1482 req_major, req_minor, req_patch,

Completed in 6 milliseconds