summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorShawn <sabetts@juicebox>2008-06-20 14:01:39 -0700
committerShawn <sabetts@juicebox>2008-06-20 14:01:39 -0700
commit4e08030acf10a54af36e92b14624257fbf0835a4 (patch)
tree17d15c0cc37bfd889b92fcb5fbc65c6a23cbb9cc /src/globals.h
parentea17008472c85c2c931336774335261b8394a691 (diff)
downloadratpoison-4e08030acf10a54af36e92b14624257fbf0835a4.zip
support the netwm dialog window type
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
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;