Searched refs:get_active (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrMonitor.c | 37 XRRGetMonitors(Display *dpy, Window window, Bool get_active, int *nmonitors) argument 58 req->get_active = get_active;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrmonitor.c | 193 RRMonitorInitList(ScreenPtr screen, RRMonitorListPtr mon_list, Bool get_active) argument 249 if (get_active) { 309 RRMonitorMakeList(ScreenPtr screen, Bool get_active, RRMonitorPtr *monitors_ret, int *nmon_ret) argument 320 if (!RRMonitorInitList(screen, &list, get_active)) 346 if (get_active) { 604 Bool get_active; local in function:ProcRRGetMonitors 611 get_active = stuff->get_active; 612 if (!RRMonitorMakeList(screen, get_active, &monitors, &nmonitors))
|
| H A D | randrstr.h | 1116 RRMonitorMakeList(ScreenPtr screen, Bool get_active, RRMonitorPtr *monitors_ret, int *nmon_ret);
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 573 XRRGetMonitors(Display *dpy, Window window, Bool get_active, int *nmonitors);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | randrproto.h | 1095 BOOL get_active; member in struct:__anonb71068b84d08
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 2632 get_monitors(Bool get_active) argument 2640 m = XRRGetMonitors(dpy, root, get_active, &n);
|
Completed in 15 milliseconds