]> git.lizzy.rs Git - bspwm.git/blobdiff - bspwm.h
Mention only distinctive features
[bspwm.git] / bspwm.h
diff --git a/bspwm.h b/bspwm.h
index 47897c79fa8c2596adf2d81ffb076b3e0d975d0e..0cbddf66fb83eeab6557a232be5d1fcb9586f1ec 100644 (file)
--- a/bspwm.h
+++ b/bspwm.h
@@ -6,15 +6,14 @@ int default_screen, screen_width, screen_height;
 xcb_screen_t *screen;
 split_mode_t split_mode;
 direction_t split_dir;
+Desktop *desk;
+Desktop *prev_desk;
 bool running;
 
-static char *WM_ATOM_NAME[]   = { "WM_PROTOCOLS", "WM_DELETE_WINDOW" };
-static char *NET_ATOM_NAME[]  = { "_NET_SUPPORTED", "_NET_WM_STATE_FULLSCREEN", "_NET_WM_STATE", "_NET_ACTIVE_WINDOW" };
-
 enum { WM_PROTOCOLS, WM_DELETE_WINDOW, WM_COUNT };
 enum { NET_SUPPORTED, NET_FULLSCREEN, NET_WM_STATE, NET_ACTIVE, NET_COUNT };
 
-static xcb_atom_t wmatoms[WM_COUNT], netatoms[NET_COUNT];
+xcb_atom_t wmatoms[WM_COUNT], netatoms[NET_COUNT];
 
 int register_events(void);
 xcb_screen_t *screen_of_display(xcb_connection_t *, int);