| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_workspaces.c | 54 WMgrRemoveFromCurrentWorkSpace(Scr->currentvs, tmp_win); 59 WMgrAddToCurrentWorkSpaceAndWarp(Scr->currentvs, action); 68 MoveToNextWorkSpace(Scr->currentvs, tmp_win); 73 MoveToPrevWorkSpace(Scr->currentvs, tmp_win); 78 MoveToNextWorkSpaceAndFollow(Scr->currentvs, tmp_win); 83 MoveToPrevWorkSpaceAndFollow(Scr->currentvs, tmp_win); 97 GotoWorkSpaceByName(Scr->currentvs, action); 102 GotoPrevWorkSpace(Scr->currentvs); 107 GotoNextWorkSpace(Scr->currentvs); 112 GotoRightWorkSpace(Scr->currentvs); [all...] |
| H A D | functions_icmgr_wsmgr.c | 202 DeIconify(Scr->currentvs->wsw->twm_win); 203 OtpRaise(Scr->currentvs->wsw->twm_win, WinWin); 212 Iconify(Scr->currentvs->wsw->twm_win, eventp->xbutton.x_root - 5, 222 if(Scr->currentvs->wsw->twm_win->mapped) { 223 Iconify(Scr->currentvs->wsw->twm_win, eventp->xbutton.x_root - 5, 227 DeIconify(Scr->currentvs->wsw->twm_win); 228 OtpRaise(Scr->currentvs->wsw->twm_win, WinWin); 238 WMgrToggleState(Scr->currentvs); 243 WMgrSetButtonsState(Scr->currentvs); 248 WMgrSetMapState(Scr->currentvs); [all...] |
| H A D | functions_misc.c | 83 GotoWorkSpaceByName(/* XXXXX */ Scr->currentvs, 237 ShowBackground(Scr->currentvs, -1); 439 wsname = GetCurrentWorkSpaceName(Scr->currentvs);
|
| H A D | vscreen.c | 38 scr->currentvs = vs; 123 /* Setup scr->{currentvs,Root{,x,y,w,h}} as if the 141 Scr->currentvs = vs00;
|
| H A D | captive.c | 666 if(Scr->currentvs) { 667 Scr->rootx = Scr->crootx + Scr->currentvs->x; 668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
|
| H A D | functions_win_moveresize.c | 298 origDragX - DragBW + Scr->currentvs->x, 299 origDragY - DragBW + Scr->currentvs->y, 604 MoveOutline(dragroot, xl + Scr->currentvs->x, 605 yt + Scr->currentvs->y, width, height, 670 MoveOutline(dragroot, xl + Scr->currentvs->x, 671 yt + Scr->currentvs->y, width, height,
|
| H A D | functions_win.c | 164 OtpCirculateSubwindows(Scr->currentvs, RaiseLowest); 169 OtpCirculateSubwindows(Scr->currentvs, LowerHighest);
|
| H A D | event_utils.c | 58 if(OCCUPY(tmp, Scr->currentvs->wsw->currentwspc)) {
|
| H A D | windowbox.c | 88 winbox->twmwin = AddWindow(win, AWT_WINDOWBOX, NULL, Scr->currentvs);
|
| H A D | event_handlers.c | 528 if(Tmp_win == Scr->currentvs->wsw->twm_win) { 529 WMgrHandleKeyReleaseEvent(Scr->currentvs, &Event); 803 GotoWorkSpaceByName(Scr->currentvs, item->action + 8); 1099 WMgrHandleKeyPressEvent(Scr->currentvs, &Event); 1895 set_last_window(Scr->currentvs->wsw->currentwspc); 1931 VirtualScreen *vs = Scr->currentvs; 2009 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) && 2015 AddToWorkSpace(Scr->currentvs->wsw->currentwspc->name, Tmp_win); 2038 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) && 2040 AddToWorkSpace(Scr->currentvs [all...] |
| H A D | animate.c | 231 send_clientmessage(scr->currentvs->wsw->w, XA_WM_END_OF_ANIMATION,
|
| H A D | screen.h | 514 VirtualScreen *currentvs; ///< Currently active VS member in struct:ScreenInfo
|
| H A D | otp.c | 82 static bool OtpCheckConsistencyVS(VirtualScreen *currentvs, Window vroot); 144 && OCCUPY(twm_win, Scr->currentvs->wsw->currentwspc)); 201 return OtpCheckConsistencyVS(Scr->currentvs, Scr->Root); 205 static bool OtpCheckConsistencyVS(VirtualScreen *currentvs, Window vroot) argument 311 if(currentvs == twm_win->parent_vs) {
|
| H A D | iconmgr.c | 175 p->twm_win = AddWindow(p->w, AWT_ICON_MANAGER, p, Scr->currentvs); 186 if(ws->number != Scr->currentvs->wsw->currentwspc->number) {
|
| H A D | add_window.c | 755 tmp_win->parent_vs = Scr->currentvs; 997 if(Scr->currentvs) { 998 vroot = Scr->currentvs->window;
|
| H A D | menus.c | 1197 if(!Scr->currentvs) { 1201 ws = Scr->currentvs->wsw->currentwspc; 1249 tmp_win == Scr->currentvs->wsw->twm_win) {
|
| H A D | occupation.c | 802 tmp_win = AddWindow(w, AWT_OCCUPY, Scr->iconmgr, Scr->currentvs); 1484 VirtualScreen *vs = Scr->currentvs;
|
| H A D | ewmh.c | 600 GotoWorkSpaceByNumber(Scr->currentvs, msg->data.l[0]); 604 ShowBackground(Scr->currentvs, msg->data.l[0] ? 1 : 0);
|
| H A D | win_utils.c | 955 GotoWorkSpace(Scr->currentvs, wlist);
|