]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
not passing timestamps sometimes and not others. set event_curtime when client messag...
[chaz/openbox] / openbox / client.h
index cbb80ede6af41f0c86e9d27382f761fbf6e2caa8..5a1e165283cd0e5369ca4ad25cded1597b6bf229 100644 (file)
@@ -358,7 +358,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 +504,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.020921 seconds and 4 git commands to generate.