From 3c4d73c48403198a7d2db8d36a6174082840b58d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 11:14:20 +0000 Subject: 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. --- openbox/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/client.h') 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 */ -- cgit v1.2.3