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

/xsrc/external/mit/xev/dist/
H A Dxev.c931 do_RRNotify_OutputChange(XEvent *eventp, XRRScreenResources *screen_resources) argument
937 if (screen_resources) {
940 output_info = XRRGetOutputInfo(dpy, screen_resources, e->output);
941 for (i = 0; i < screen_resources->nmode; i++)
942 if (screen_resources->modes[i].id == e->mode) {
943 mode_info = &screen_resources->modes[i];
974 do_RRNotify_CrtcChange(XEvent *eventp, XRRScreenResources *screen_resources) argument
979 if (screen_resources) {
982 for (i = 0; i < screen_resources->nmode; i++)
983 if (screen_resources
1006 do_RRNotify_OutputProperty(XEvent * eventp,XRRScreenResources * screen_resources) argument
1035 XRRScreenResources *screen_resources; local in function:do_RRNotify
[all...]

Completed in 2 milliseconds