summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-10-22 21:13:27 +0200
committerMikael Magnusson <mikachu@gmail.com>2008-10-22 21:13:27 +0200
commit5b678bdfcf9e21c846d6560badd009484d174a89 (patch)
tree0cfe8e2708cbb2501083262b4f63bbe3a7f5f620 /openbox/prop.h
parent42a6e55d1eecd5a10c1ca487e51f69e926aa5291 (diff)
Make sure the _MOTIF_WM_INFO atom exists.
Without this, urxvt won't use motif hints for borderless mode.
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 46c93017..644717a2 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -55,6 +55,7 @@ typedef struct Atoms {
Atom wm_client_leader;
Atom wm_transient_for;
Atom motif_wm_hints;
+ Atom motif_wm_info;
/* SM atoms */
Atom sm_client_id;