X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=4ee4d5c310413d2364d04aaed4496458f24f5acc;hb=141c249b8cd3b94a722acc8c0225b3cbf83e5042;hp=bb1d4c9f15d5ca2b9aad35aaff2fdeb85143fb8e;hpb=90cd9c62192194d1b3ab868a77fe56a9b1e215c2;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index bb1d4c9f..4ee4d5c3 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -32,7 +32,6 @@ struct _ObFrame; struct _ObGroup; struct _ObSessionState; -struct _ObClientTimeHeap; typedef struct _ObClient ObClient; typedef struct _ObClientIcon ObClientIcon; @@ -117,6 +116,8 @@ struct _ObClient gchar *title; /*! Window title when iconified */ gchar *icon_title; + /*! Hostname of machine running client */ + gchar *client_machine; /*! The application that created the window */ gchar *name; @@ -301,7 +302,6 @@ struct _ObAppSettings }; extern GList *client_list; -extern struct _ObClientTimeHeap *client_user_times; void client_startup(gboolean reconfig); void client_shutdown(gboolean reconfig);