From 2c98204dfedafcf3d2fa010c1b6ac72110256c8c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 Mar 2007 14:17:14 +0000 Subject: make _NET_ACTIVE_WINDOW requests look at the timestamp when the user didn't request it --- openbox/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/client.h') 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); -- cgit v1.2.3