diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index 2f0126f..b7aaa00 100644 --- a/src/globals.h +++ b/src/globals.h @@ -114,8 +114,10 @@ extern Atom wm_take_focus; extern Atom wm_colormaps; /* netwm atoms. */ -Atom _net_wm_pid; -Atom _net_supported; +extern Atom _net_wm_pid; +extern Atom _net_supported; +extern Atom _net_wm_window_type; +extern Atom _net_wm_window_type_dialog; /* mouse properties */ extern int rat_x; |