X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=b046e665d9314d553a30b23e75b336092695c901;hb=5e0fa1b5c15ee7b511902d46fe0d3cc56d99a195;hp=6b28d457e781fb2443a4a9bf84b18c0b0c1797fd;hpb=3c4d73c48403198a7d2db8d36a6174082840b58d;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 6b28d457..b046e665 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -295,32 +295,6 @@ struct _ObClient guint32 user_time; }; -struct _ObAppSettings -{ - gchar *class; - gchar *name; - gchar *role; - - Point position; - gboolean center_x; - gboolean center_y; - gboolean pos_given; - - guint desktop; - gint shade; - gint decor; - gint focus; - gint head; - gint iconic; - gint skip_pager; - gint skip_taskbar; - gint max_horz; - gint max_vert; - gint fullscreen; - - gint layer; -}; - extern GList *client_list; void client_startup(gboolean reconfig); @@ -584,10 +558,6 @@ 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 */ void client_update_strut(ObClient *self); /*! Updates the window's icons */ @@ -676,8 +646,6 @@ void client_set_undecorated(ObClient *self, gboolean undecorated); guint client_monitor(ObClient *self); -void client_update_sm_client_id(ObClient *self); - ObClient* client_under_pointer(); gboolean client_has_group_siblings(ObClient *self);