]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
copy paste error, spotted by tilman ftw
[chaz/openbox] / openbox / client.h
index cbb80ede6af41f0c86e9d27382f761fbf6e2caa8..53a318e0a35b10c40199c403deb128c6fa54323d 100644 (file)
@@ -114,9 +114,6 @@ struct _ObClient
 
     /*! Normal window title */
     gchar *title;
-    /*! The count for the title. When another window with the same title
-      exists, a count will be appended to it. */
-    guint title_count;
     /*! Window title when iconified */
     gchar *icon_title;
 
@@ -358,7 +355,11 @@ gboolean client_focused(ObClient *self);
   @param w The width component of the new size for the client.
   @param h The height component of the new size for the client.
   @param logicalw Returns the width component of the new logical width.
+                  This value is only returned when the new w or h calculated
+                  differ from the ones passed in.
   @param logicalh Returns the height component of the new logical height.
+                  This value is only returned when the new w or h calculated
+                  differ from the ones passed in.
   @param user Specifies whether this is a user-requested change or a
               program requested change. For program requested changes, the
               constraints are not checked.
@@ -500,9 +501,8 @@ gboolean client_focus(ObClient *self);
               otherwise, the desktop is changed to where the client lives.
   @param user If true, then a user action is what requested the activation;
               otherwise, it means an application requested it on its own
-  @param timestamp The time at which the activate was requested.
 */
-void client_activate(ObClient *self, gboolean here, gboolean user, Time time);
+void client_activate(ObClient *self, gboolean here, gboolean user);
 
 /*! Calculates the stacking layer for the client window */
 void client_calc_layer(ObClient *self);
This page took 0.02294 seconds and 4 git commands to generate.