summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2011-09-12 10:18:33 +0200
committerOlivier Fourdan <fourdan@xfce.org>2011-09-12 10:18:33 +0200
commitb1decacb73ec0274c7916e2d28f0d60ef15f7a21 (patch)
tree4ccad7e0c15e63036f83bc4df3be0d3203a8fc81 /src/client.h
parent3f76f971e61fa781c1eb2c43b0411c4148ec4275 (diff)
downloadxfwm4-b1decacb73ec0274c7916e2d28f0d60ef15f7a21.tar.gz
Revert "Fix panel plugins such as verve not receiving focus in focus follow mouse mode (bug #6617)."
This reverts commit 3f76f971e61fa781c1eb2c43b0411c4148ec4275.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 6b501a6db..10137f7a9 100644
--- a/src/client.h
+++ b/src/client.h
@@ -392,7 +392,8 @@ void clientWithdrawAll (Client *,
void clientClearAllShowDesktop (ScreenInfo *);
void clientToggleShowDesktop (ScreenInfo *);
void clientActivate (Client *,
- guint32);
+ guint32,
+ gboolean);
void clientClose (Client *);
void clientKill (Client *);
void clientTerminate (Client *);