diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-06 11:14:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-06 11:14:20 +0000 |
| commit | 3c4d73c48403198a7d2db8d36a6174082840b58d (patch) | |
| tree | cee49cbf07ed780cafd37bfca318aec1bfc21e2a /openbox/event.c | |
| parent | 0fc06816aaa8fcbec2effd7f0981ea6529c8145c (diff) | |
save session state for old clients that dont use XSMP. more session improvements. with ksmserver we can save a few things before the clients go messing with stuff during the interactive phase.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index 2dcb6af2..cc875d56 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1128,6 +1128,8 @@ static void event_handle_client(ObClient *client, XEvent *e) msgtype == prop_atoms.net_wm_icon_name || msgtype == prop_atoms.wm_icon_name) { client_update_title(client); + } else if (msgtype == prop_atoms.wm_command) { + client_update_command(client); } else if (msgtype == prop_atoms.wm_class) { client_update_class(client); } else if (msgtype == prop_atoms.wm_protocols) { |
