]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add a window between the frame and the plate for drawing the client border. this...
[chaz/openbox] / openbox / client.h
index bb1d4c9f15d5ca2b9aad35aaff2fdeb85143fb8e..7359679073692a5db1f416d4c4f0e768044f2d37 100644 (file)
@@ -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 the 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);
@@ -620,9 +620,6 @@ ObClient *client_search_parent(ObClient *self, ObClient *search);
   NULL is returned if the given search is not a transient of the client. */
 ObClient *client_search_transient(ObClient *self, ObClient *search);
 
-/*! Return the "closest" client in the given direction */
-ObClient *client_find_directional(ObClient *c, ObDirection dir);
-
 /*! Return the closest edge in the given direction */
 gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang);
 
This page took 0.020482 seconds and 4 git commands to generate.