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:
10
src/screen.h
10
src/screen.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user