summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2009-10-01 09:33:18 +0200
committerOlivier Fourdan <fourdan@xfce.org>2009-10-01 09:33:18 +0200
commitde1fc1c3d1ddd561dca46fbf219060a5e553d446 (patch)
treeae611dd37eb874b27031007abb396a84a668455c /src/netwm.h
parent7688f3288ff34157281cd531bc8b490edfed1adb (diff)
downloadxfwm4-de1fc1c3d1ddd561dca46fbf219060a5e553d446.tar.gz
Do not set the "demand attention" flag when the window is alredy focused, refactor the code bit.
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 351ad7714..7b54be482 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -55,6 +55,9 @@ void clientUpdateLayerState (Client *);
void clientSetNetActiveWindow (ScreenInfo *,
Client *,
guint32);
+void clientHandleNetActiveWindow (Client *,
+ guint32,
+ gboolean);
void clientRemoveNetWMPing (Client *);
gboolean clientSendNetWMPing (Client *,
guint32);