| /xsrc/external/mit/transset/dist/ |
| clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| dsimple.h | 63 Window Select_Window (Display *, int descend); 64 Window Get_Window_Under_Cursor (Display *, int descend); /*added by Daniel Forchheimer for transset-df*/ 65 Window Window_With_Name (Display *, Window, char *); 66 Window Window_With_Name_Regex (Display *, Window, const char *); /*added by Daniel Forchheimer for transset-df*/
|
| /xsrc/external/mit/xprop/dist/ |
| clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| dsimple.h | 66 Window Select_Window_Args(int *, char **); 80 Window Select_Window(Display *, int descend); 81 Window Window_With_Name(Display *, Window, const char *);
|
| /xsrc/external/mit/xwd/dist/ |
| clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| multiVis.h | 37 extern int GetMultiVisualRegions(Display *, Window, int, int, unsigned int, 42 extern XImage *ReadAreaToImage(Display *, Window, int, int, unsigned int,
|
| dsimple.h | 63 Window Select_Window_Args(int *, char **); 77 Window Select_Window(Display *, int); 78 Window Window_With_Name(Display *, Window, const char *);
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| shape.h | 41 Window window; /* window of event */ member in struct:__anon5813 65 Window /* dest */, 75 Window /* dest */, 87 Window /* dest */, 97 Window /* dest */, 101 Window /* src */, 108 Window /* dest */, 116 Window /* window */ [all...] |
| multibuf.h | 61 * per-window attributes that can be got 73 * per-window attributes that can be set 84 Window window; /* which window this belongs to */ member in struct:__anon5808 123 Window /* w */, 132 Window /* window */ 145 Window /* w */, 151 Window /* w */ [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| xrandr.h | 8 RLayout *XrandrNewLayout(Display *disp, Window rootw);
|
| captive.h | 15 Window root; 20 bool RedirectToCaptive(Window window); 25 void SetNoRedirect(Window window);
|
| event_internal.h | 13 Window WindowOfEvent(XEvent *e); 15 void SynthesiseFocusOut(Window w); 16 void SynthesiseFocusIn(Window w);
|
| win_utils.h | 2 * Window util funcs 11 TwmWindow *GetTwmWindow(Window w); 12 char *GetWMPropertyString(Window w, Atom prop); 15 long mask_out_event(Window w, long ignore_event); 16 long mask_out_event_mask(Window w, long ignore_event, long curmask); 17 int restore_mask(Window w, long restore); 19 bool GetWMState(Window w, int *statep, Window *iwp); 32 void send_clientmessage(Window w, Atom a, Time timestamp);
|
| twm_window_struct.h | 21 * Info and control for every X Window we take over. 23 * As a window manager, our job is to... y'know. Manage windows. Every 24 * other window on the screen we wrap and control (as well as a few of 28 * references get stashed in X Contexts so we can find the window that 32 * and take over a window. 41 /// The actual X Window handle 42 Window w; 44 /// Original window border width before we took it over and made our 50 * \defgroup win_frame Window frame bits 51 * These fields are related to the "frame" window; the decoration w [all...] |
| vscreen.h | 9 Window window; member in struct:VirtualScreen 19 char *CtwmGetVScreenMap(Display *display, Window rootw); 20 bool CtwmSetVScreenMap(Display *display, Window rootw,
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| WinUtil.h | 40 Window XmuClientWindow 43 Window win 49 Window win, 56 Window w
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| Screen.h | 18 extern Window xnestDefaultWindows[MAXSCREENS]; 19 extern Window xnestScreenSaverWindows[MAXSCREENS]; 21 ScreenPtr xnestScreen(Window window);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| Screen.h | 18 extern Window xnestDefaultWindows[MAXSCREENS]; 19 extern Window xnestScreenSaverWindows[MAXSCREENS]; 21 ScreenPtr xnestScreen(Window window);
|
| /xsrc/external/mit/libX11/dist/src/ |
| QuTree.c | 35 Window w, 36 Window *root, /* RETURN */ 37 Window *parent, /* RETURN */ 38 Window **children, /* RETURN */ 53 *children = (Window *) NULL; 55 *children = Xmallocarray(rep.nChildren, sizeof(Window));
|
| ChSaveSet.c | 35 Window win, 42 req->window = win; 52 Window win) 60 Window win)
|
| /xsrc/external/mit/ctwm/dist/client/ |
| ctwm_client.h | 15 char **CtwmCurrentOccupation(Display *display, Window window); 16 int CtwmSetOccupation(Display *display, Window window, 18 int CtwmAddToCurrentWorkspace(Display *display, Window window);
|
| /xsrc/external/mit/libXcomposite/dist/include/X11/extensions/ |
| Xcomposite.h | 74 XCompositeRedirectWindow (Display *dpy, Window window, int update); 77 XCompositeRedirectSubwindows (Display *dpy, Window window, int update); 80 XCompositeUnredirectWindow (Display *dpy, Window window, int update); 83 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update); 86 XCompositeCreateRegionFromBorderClip (Display *dpy, Window window); [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| ClientWin.c | 38 static Window TryChildren(Display*, Window, Atom); 40 /* Find a window with WM_STATE, else return win itself, as per ICCCM */ 42 Window 43 XmuClientWindow(Display *dpy, Window win) 50 Window inf; 67 static Window 68 TryChildren(Display *dpy, Window win, Atom WM_STATE) 70 Window root, parent; 71 Window *children [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| add_window.h | 68 extern TwmWindow *AddWindow(Window w, int iconm, IconMgr *iconp); 69 extern ColormapWindow *CreateColormapWindow(Window w, Bool creating_parent, 78 extern int MappedNotOverride(Window w);
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| XInput2.h | 259 Window root; 260 Window event; 261 Window child; 300 Window root; 301 Window event; 302 Window child; 343 Window root; 344 Window event; 345 Window child; 359 Window event [all...] |