|
CTWM
|
Go to the source code of this file.
Data Structures | |
| struct | VirtualScreen |
Functions | |
| void | InitVirtualScreens (ScreenInfo *scr) |
| char * | CtwmGetVScreenMap (Display *display, Window rootw) |
| bool | CtwmSetVScreenMap (Display *display, Window rootw, struct VirtualScreen *firstvs) |
| void | DisplayWin (VirtualScreen *vs, TwmWindow *tmp_win) |
| void | ReparentFrameAndIcon (TwmWindow *tmp_win) |
| void | Vanish (VirtualScreen *vs, TwmWindow *tmp_win) |
| char * CtwmGetVScreenMap | ( | Display * | display, |
| Window | rootw ) |
Definition at line 166 of file vscreen.c.
References len.
Referenced by ConfigureWorkSpaceManager().
| bool CtwmSetVScreenMap | ( | Display * | display, |
| Window | rootw, | ||
| struct VirtualScreen * | firstvs ) |
Definition at line 196 of file vscreen.c.
References WorkSpaceWindow::currentwspc, WorkSpace::name, VirtualScreen::next, and VirtualScreen::wsw.
Referenced by GotoWorkSpace().
| void DisplayWin | ( | VirtualScreen * | vs, |
| TwmWindow * | tmp_win ) |
Definition at line 232 of file vscreen.c.
References DisplayWinUnchecked(), and OtpCheckConsistency().
Referenced by ChangeOccupation(), GotoWorkSpace(), ShowBackground(), and WMgrHandleButtonEvent().
| void InitVirtualScreens | ( | ScreenInfo * | scr | ) |
Definition at line 46 of file vscreen.c.
References dpy, VirtualScreen::h, init_def_vscreen(), name_list::name, NewFontCursor(), name_list::next, VirtualScreen::next, ScreenInfo::rooth, ScreenInfo::rootw, Scr, ScreenInfo::vScreenList, VirtualScreen::w, VirtualScreen::window, VirtualScreen::wsw, VirtualScreen::x, x, VirtualScreen::y, and y.
Referenced by ctwm_main().
| void ReparentFrameAndIcon | ( | TwmWindow * | tmp_win | ) |
Definition at line 313 of file vscreen.c.
References dpy, TwmWindow::frame_x, TwmWindow::frame_y, TwmWindow::icon, TwmWindow::parent_vs, ReparentWindow(), ReparentWindowAndIcon(), TwmWindow::vs, Icon::w, Icon::w_x, Icon::w_y, VirtualScreen::window, and WinWin.
Referenced by DisplayWinUnchecked(), Occupy(), and Vanish().
| void Vanish | ( | VirtualScreen * | vs, |
| TwmWindow * | tmp_win ) |
Definition at line 344 of file vscreen.c.
References TwmWindow::DontSetInactive, dpy, TwmWindow::frame, TwmWindow::icon, TwmWindow::icon_on, IconDown(), TwmWindow::mapped, mask_out_event(), VirtualScreen::next, ReparentFrameAndIcon(), restore_mask(), Scr, SetMapStateProp(), TwmWindow::UnmapByMovingFarAway, TwmWindow::vs, Icon::w, TwmWindow::w, VirtualScreen::x, x, VirtualScreen::y, and y.
Referenced by ChangeOccupation(), GotoWorkSpace(), ShowBackground(), and WMgrHandleButtonEvent().