CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/workspace_structs.h
Go to the documentation of this file.
1/*
2 * Workspace-related structures and definitions
3 */
4
5#ifndef _CTWM_WORKSPACE_STRUCTS_H
6#define _CTWM_WORKSPACE_STRUCTS_H
7
8#define MAXWORKSPACE 32
9
10typedef enum {
13} WMgrState;
14
21
32
63
77
80 int x, y;
82};
83
87
88struct WorkSpaceWindow { /* There is one per virtual screen */
92 MapSubwindow **mswl; /* MapSubWindow List */
93 ButtonSubwindow **bswl; /* ButtonSubwindow List */
95
97
98 int width, height; // Window dimensions
99 int bwidth, bheight; // Button dimensions
100 int wwidth, wheight; // Map dimensions
101};
102
103#endif /* _CTWM_WORKSPACE_STRUCTS_H */
static int PlaceX
Definition add_window.c:82
Definition image.h:9
Definition ctwm.h:127
Info and control for every X Window we take over.
ColorPair defColors
struct WorkSpace * workSpaceList
name_list * windowForegroundL
name_list * windowBackgroundL
struct WorkSpaceWindow * workSpaceWindowList
struct OccupyWindow * occupyWindow
ButtonStyle buttonStyle
WMgrState initialstate
ColorPair curColors
WorkSpace * currentwspc
VirtualScreen * vs
ButtonSubwindow ** bswl
MapSubwindow ** mswl
TwmWindow * save_focus
IconMgr * iconmgr
ColorPair backcp
struct WindowRegion * FirstWindowRegion
struct WorkSpace * next
name_list * clientlist
struct WorkSpace * wlist
ColorPair cp
TwmWindow * twm_win
struct winList * next
@ WMS_buttons
@ WMS_map
ButtonStyle
@ STYLE_STYLE3
@ STYLE_NORMAL
@ STYLE_STYLE1
@ STYLE_STYLE2