diff options
author | mor <empty> | 1994-07-21 16:06:06 +0000 |
---|---|---|
committer | mor <empty> | 1994-07-21 16:06:06 +0000 |
commit | 745f8999ec2355e11dfc39497a3edb2e4c07d9e0 (patch) | |
tree | d6a4851945166ccc4eb0a41dfab4a36564c1baf4 /xc/programs/twm | |
parent | a81ffd415f3514f3633018d15d12b0d91713b7e1 (diff) |
WM_CLIENT_LEADER and WM_WINDOW_ROLE atoms
Diffstat (limited to 'xc/programs/twm')
-rw-r--r-- | xc/programs/twm/twm.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xc/programs/twm/twm.c b/xc/programs/twm/twm.c index 933c4c647..691755546 100644 --- a/xc/programs/twm/twm.c +++ b/xc/programs/twm/twm.c @@ -53,7 +53,7 @@ in this Software without prior written authorization from the X Consortium. /*********************************************************************** * - * $XConsortium: twm.c,v 1.4 94/07/05 11:16:46 mor Exp $ + * $XConsortium: twm.c,v 1.131 94/07/06 16:18:51 mor Exp $ * * twm - "Tom's Window Manager" * @@ -140,10 +140,10 @@ unsigned long black, white; extern void assign_var_savecolor(); -Atom TwmAtoms[9]; +Atom TwmAtoms[11]; /* don't change the order of these strings */ -static char* atom_names[9] = { +static char* atom_names[11] = { "_MIT_PRIORITY_COLORS", "WM_CHANGE_STATE", "WM_STATE", @@ -152,7 +152,10 @@ static char* atom_names[9] = { "WM_TAKE_FOCUS", "WM_SAVE_YOURSELF", "WM_DELETE_WINDOW", - "SM_CLIENT_ID" }; + "SM_CLIENT_ID", + "WM_CLIENT_LEADER", + "WM_WINDOW_ROLE" +}; /*********************************************************************** * |