summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-09 14:54:37 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-09 14:56:37 +0100
commit52ec6a48ee1980acd6978721a79d280520751041 (patch)
tree32861198d7fd2f656f818d77d156b9741ebff951 /server/spice.h
parent593fb119bcdb1fe6a5984cf4ac6b365ce06656fd (diff)
downloadspice-52ec6a48ee1980acd6978721a79d280520751041.tar.gz
spice-52ec6a48ee1980acd6978721a79d280520751041.tar.xz
spice-52ec6a48ee1980acd6978721a79d280520751041.zip
new libspice api: add spice_server_set_mouse_absolute()
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/spice.h b/server/spice.h
index f9c3b670..c309c509 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -82,4 +82,6 @@ int spice_server_set_channel_security(SpiceServer *s,
spice_channel_name_t channel,
int security);
+int spice_server_set_mouse_absolute(SpiceServer *s, int absolute);
+
#endif