Searched refs:screenno (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xkill/dist/ |
| H A D | xkill.c | 61 static int kill_all_windows ( Display *dpy, int screenno, Bool top ); 62 static int verify_okay_to_kill ( Display *dpy, int screenno ); 64 static Bool wm_running ( Display *dpy, int screenno ); 101 int screenno; /* screen number of dpy */ local in function:main 160 screenno = DefaultScreen (dpy); 163 if (verify_okay_to_kill (dpy, screenno)) 164 kill_all_windows (dpy, screenno, top); 212 if ((id = get_window_id (dpy, screenno, button, 214 if (id == RootWindow(dpy,screenno)) id = None; 223 if (! wm_state_set(dpy, id) && wm_running(dpy, screenno)) 329 kill_all_windows(Display * dpy,int screenno,Bool top) argument 368 verify_okay_to_kill(Display * dpy,int screenno) argument 420 wm_running(Display * dpy,int screenno) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 462 int screenno = 0; local in function:SyntheticMotion 466 screenno = dev->spriteInfo->sprite->screen->myNum; 468 PostSyntheticMotion(dev, x, y, screenno,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 506 int screenno = 0; local in function:SyntheticMotion 510 screenno = dev->spriteInfo->sprite->screen->myNum; 512 PostSyntheticMotion(dev, x, y, screenno,
|
Completed in 18 milliseconds