| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.c | 435 XSaveContext(dpy, tmp->w, ScreenContext, (XPointer) Scr); 437 XSaveContext(dpy, tmp->icon, ScreenContext, (XPointer) Scr); 529 XDeleteContext(dpy, tmp->icon, ScreenContext); 533 XDeleteContext(dpy, tmp->w, ScreenContext);
|
| H A D | events.c | 292 if (XFindContext(dpy, w, ScreenContext, &context_data) == 0) 326 if (XFindContext(dpy, w, ScreenContext, &context_data) == 0) 834 XDeleteContext(dpy, Tmp_win->icon_w, ScreenContext); 877 XDeleteContext(dpy, Tmp_win->icon_w, ScreenContext); 897 XSaveContext(dpy, Tmp_win->icon_w, ScreenContext, 1198 XDeleteContext(dpy, Tmp_win->w, ScreenContext); 1200 XDeleteContext(dpy, Tmp_win->frame, ScreenContext); 1203 XDeleteContext(dpy, Tmp_win->icon_w, ScreenContext); 1209 XDeleteContext(dpy, Tmp_win->title_w, ScreenContext); 1212 XDeleteContext(dpy, Tmp_win->hilite_w, ScreenContext); [all...] |
| H A D | twm.h | 386 extern XContext ScreenContext;
|
| H A D | twm.c | 127 XContext ScreenContext; /* context to get screen data */ variable in typeref:typename:XContext 339 ScreenContext = XUniqueContext(); 442 XSaveContext(dpy, Scr->Root, ScreenContext, (XPointer) Scr);
|
| H A D | add_window.c | 937 XSaveContext(dpy, tmp_win->w, ScreenContext, (XPointer) Scr); 939 XSaveContext(dpy, tmp_win->frame, ScreenContext, (XPointer) Scr); 945 XSaveContext(dpy, tmp_win->title_w, ScreenContext, (XPointer) Scr); 949 XSaveContext(dpy, tmp_win->titlebuttons[i].window, ScreenContext, 955 XSaveContext(dpy, tmp_win->hilite_w, ScreenContext, (XPointer) Scr);
|
| H A D | icons.c | 558 XSaveContext(dpy, tmp_win->icon_w, ScreenContext, (XPointer) Scr);
|
| H A D | menus.c | 516 if (XFindContext(dpy, ActiveMenu->w, ScreenContext, &context_data) == 0) 808 XSaveContext(dpy, mr->w, ScreenContext, (XPointer) Scr); 2761 XDeleteContext(dpy, menu->w, ScreenContext);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 346 extern XContext ScreenContext;
|
| H A D | event_utils.c | 213 if(XFindContext(dpy, event->xany.window, ScreenContext,
|
| H A D | iconmgr.c | 838 XSaveContext(dpy, tmp->w, ScreenContext, (XPointer) Scr); 840 XSaveContext(dpy, tmp->icon, ScreenContext, (XPointer) Scr); 1004 XDeleteContext(dpy, tmp->icon, ScreenContext); 1007 XDeleteContext(dpy, tmp->w, ScreenContext);
|
| H A D | ctwm_main.c | 121 XContext ScreenContext; /* context to get screen data */ variable in typeref:typename:XContext 296 ScreenContext = XUniqueContext(); 841 XSaveContext(dpy, Scr->Root, ScreenContext, (XPointer) Scr);
|
| H A D | event_handlers.c | 1323 XSaveContext(dpy, icon->w, ScreenContext, (XPointer)Scr); 1757 XDeleteContext(dpy, Tmp_win->w, ScreenContext); 1759 XDeleteContext(dpy, Tmp_win->frame, ScreenContext); 1762 XDeleteContext(dpy, Tmp_win->icon->w, ScreenContext); 1768 XDeleteContext(dpy, Tmp_win->title_w, ScreenContext); 1771 XDeleteContext(dpy, Tmp_win->hilite_wl, ScreenContext); 1775 XDeleteContext(dpy, Tmp_win->hilite_wr, ScreenContext); 1779 XDeleteContext(dpy, Tmp_win->lolite_wr, ScreenContext); 1783 XDeleteContext(dpy, Tmp_win->lolite_wl, ScreenContext); 1792 ScreenContext); [all...] |
| H A D | workspace_manager.c | 551 XSaveContext(dpy, buttonw, ScreenContext, (XPointer) Scr); 555 XSaveContext(dpy, mapsubw, ScreenContext, (XPointer) Scr); 2198 XSaveContext(dpy, wl->w, ScreenContext, (XPointer) Scr); 2278 XDeleteContext(dpy, wl->w, ScreenContext);
|
| H A D | menus.c | 538 XFindContext(dpy, ActiveMenu->w, ScreenContext, (XPointer *)&Scr); 951 XSaveContext(dpy, mr->w, ScreenContext, (XPointer)Scr); 1523 XDeleteContext(dpy, menu->w, ScreenContext);
|
| H A D | icons.c | 770 XSaveContext(dpy, icon->w, ScreenContext, (XPointer)Scr);
|
| H A D | occupation.c | 844 XSaveContext(dpy, (win), ScreenContext, (XPointer) Scr);
|
| H A D | add_window.c | 1779 XSaveContext(dpy, win, ScreenContext, (XPointer) Scr); \
|