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/client.h | |
| 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/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 3fab451e..6b28d457 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -118,6 +118,8 @@ struct _ObClient gchar *icon_title; /*! Hostname of machine running the client */ gchar *client_machine; + /*! The command used to run the program. Pre-XSMP window identification. */ + gchar *wm_command; /*! The application that created the window */ gchar *name; @@ -582,6 +584,8 @@ void client_update_normal_hints(ObClient *self); void client_update_wmhints(ObClient *self); /*! Updates the window's title and icon title */ void client_update_title(ObClient *self); +/*! Updates the command used to run the program */ +void client_update_command(ObClient *self); /*! Updates the window's application name and class */ void client_update_class(ObClient *self); /*! Updates the strut for the client */ |
