summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-07 00:10:15 +0000
committerDana Jansens <danakj@orodu.net>2007-05-07 00:10:15 +0000
commitf506cbceae9e3d41f1e6e09d7c5e83ab3935adf9 (patch)
treef11a6c6c7c7bcc2642443feba4603d9dd7dbeca2 /openbox/prop.h
parentb02947c09fde26756924a03507a750048169c346 (diff)
the session properties are not set on the group leader, they are set on the "client leader" which is in the WM_CLIENT_LEADER property. also they are all set when the window maps, and not to be changed thereafter.
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 e256d480..eaa1bf2d 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -52,6 +52,7 @@ typedef struct Atoms {
Atom wm_window_role;
Atom wm_client_machine;
Atom wm_command;
+ Atom wm_client_leader;
Atom motif_wm_hints;
/* SM atoms */