1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

begin wmspec stuff

This commit is contained in:
kojima
2001-09-12 21:43:42 +00:00
parent e9ce423d8c
commit abc09951e1
9 changed files with 520 additions and 8 deletions

View File

@@ -41,14 +41,14 @@
#define WTB_PFOCUSED 4
#define WTB_MENU 6
#ifdef GNOME_STUFF
/* an area of the screen reserved by some window */
typedef struct WReservedArea {
WArea area;
Window window;
struct WReservedArea *next;
} WReservedArea;
#endif
typedef struct WAppIconChain {
@@ -131,9 +131,7 @@ typedef struct _WScreen {
int current_workspace; /* current workspace number */
#ifdef GNOME_STUFF
WReservedArea *reservedAreas; /* used to build totalUsableArea */
#endif
WArea usableArea; /* area of the workspace where
* we can put windows on, as defined
@@ -300,6 +298,10 @@ typedef struct _WScreen {
#ifdef KWM_HINTS
Window kwm_dock;
#endif
#ifdef NET_HINTS
struct NetData *netdata;
#endif
int helper_fd;
pid_t helper_pid;