CTWM
Loading...
Searching...
No Matches
Data Structures | Functions
/usr/src/RPM/BUILD/ctwm-4.1.0/vscreen.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VirtualScreen
 

Functions

void InitVirtualScreens (ScreenInfo *scr)
 
charCtwmGetVScreenMap (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)
 

Function Documentation

◆ CtwmGetVScreenMap()

char * CtwmGetVScreenMap ( Display * display,
Window rootw )

Definition at line 166 of file vscreen.c.

References len, and PlaceX.

Referenced by ConfigureWorkSpaceManager().

◆ CtwmSetVScreenMap()

bool CtwmSetVScreenMap ( Display * display,
Window rootw,
struct VirtualScreen * firstvs )

◆ DisplayWin()

void DisplayWin ( VirtualScreen * vs,
TwmWindow * tmp_win )

◆ InitVirtualScreens()

void InitVirtualScreens ( ScreenInfo * scr)

◆ ReparentFrameAndIcon()

void ReparentFrameAndIcon ( TwmWindow * tmp_win)

◆ Vanish()

void Vanish ( VirtualScreen * vs,
TwmWindow * tmp_win )