summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-11 14:17:14 +0000
committerDana Jansens <danakj@orodu.net>2007-03-11 14:17:14 +0000
commit2c98204dfedafcf3d2fa010c1b6ac72110256c8c (patch)
tree339da1c45aeb87f847cec02f2cdcd4fc1ce01ac0 /openbox/client.h
parent6a61f0c433eeecfb289ab6c9db635e25958a6340 (diff)
make _NET_ACTIVE_WINDOW requests look at the timestamp when the user didn't
request it
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 04849b63..043a6def 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -486,8 +486,7 @@ void client_unfocus(ObClient *self);
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 timestamp);
+void client_activate(ObClient *self, gboolean here, gboolean user, Time time);
/*! Calculates the stacking layer for the client window */
void client_calc_layer(ObClient *self);