summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2011-10-19 21:23:56 +0200
committerOlivier Fourdan <fourdan@xfce.org>2011-10-19 21:23:56 +0200
commit7eff3d69403059aa184310a0f231920b67c3b8e6 (patch)
treea72c4af577e991db079a0d639fab405c5e9ebb47 /src/client.h
parent33d41a823b2f5fabf458af6f6513d34d3ce86327 (diff)
downloadxfwm4-7eff3d69403059aa184310a0f231920b67c3b8e6.tar.gz
Update mouse cursor theme and size dynamically (Bug #6854)
Initially based on patch submitted by Matthew Rahtz <chiizufish@gmail.com> in bug #6854
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index a5ef5ffb5..9e5aa41fd 100644
--- a/src/client.h
+++ b/src/client.h
@@ -428,6 +428,8 @@ void clientSetOpacity (Client *,
guint, guint);
void clientIncOpacity (Client *);
void clientDecOpacity (Client *);
+void clientUpdateCursor (Client *);
+void clientUpdateAllCursor (ScreenInfo *);
void clientScreenResize (ScreenInfo *,
gboolean);
void clientButtonPress (Client *,