Searched refs:currentvs (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_workspaces.c54 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 Dfunctions_icmgr_wsmgr.c202 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 Dfunctions_misc.c83 GotoWorkSpaceByName(/* XXXXX */ Scr->currentvs,
237 ShowBackground(Scr->currentvs, -1);
439 wsname = GetCurrentWorkSpaceName(Scr->currentvs);
H A Dvscreen.c38 scr->currentvs = vs;
123 /* Setup scr->{currentvs,Root{,x,y,w,h}} as if the
141 Scr->currentvs = vs00;
H A Dcaptive.c666 if(Scr->currentvs) {
667 Scr->rootx = Scr->crootx + Scr->currentvs->x;
668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
H A Dfunctions_win_moveresize.c298 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 Dfunctions_win.c164 OtpCirculateSubwindows(Scr->currentvs, RaiseLowest);
169 OtpCirculateSubwindows(Scr->currentvs, LowerHighest);
H A Devent_utils.c58 if(OCCUPY(tmp, Scr->currentvs->wsw->currentwspc)) {
H A Dwindowbox.c88 winbox->twmwin = AddWindow(win, AWT_WINDOWBOX, NULL, Scr->currentvs);
H A Devent_handlers.c528 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 Danimate.c231 send_clientmessage(scr->currentvs->wsw->w, XA_WM_END_OF_ANIMATION,
H A Dscreen.h514 VirtualScreen *currentvs; ///< Currently active VS member in struct:ScreenInfo
H A Dotp.c82 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 Diconmgr.c175 p->twm_win = AddWindow(p->w, AWT_ICON_MANAGER, p, Scr->currentvs);
186 if(ws->number != Scr->currentvs->wsw->currentwspc->number) {
H A Dadd_window.c755 tmp_win->parent_vs = Scr->currentvs;
997 if(Scr->currentvs) {
998 vroot = Scr->currentvs->window;
H A Dmenus.c1197 if(!Scr->currentvs) {
1201 ws = Scr->currentvs->wsw->currentwspc;
1249 tmp_win == Scr->currentvs->wsw->twm_win) {
H A Doccupation.c802 tmp_win = AddWindow(w, AWT_OCCUPY, Scr->iconmgr, Scr->currentvs);
1484 VirtualScreen *vs = Scr->currentvs;
H A Dewmh.c600 GotoWorkSpaceByNumber(Scr->currentvs, msg->data.l[0]);
604 ShowBackground(Scr->currentvs, msg->data.l[0] ? 1 : 0);
H A Dwin_utils.c955 GotoWorkSpace(Scr->currentvs, wlist);

Completed in 67 milliseconds