summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-11 12:14:44 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-18 10:23:52 +0100
commit7c1c66a10e7741f021178a10298c89ee867cbc13 (patch)
treeaf30c0c6e95851621fa6b66e91a9735d1a1bccbb /server/spice.h
parent457693fcfac7c178bdc9ca23295aa52d815ea0d6 (diff)
downloadspice-7c1c66a10e7741f021178a10298c89ee867cbc13.tar.gz
spice-7c1c66a10e7741f021178a10298c89ee867cbc13.tar.xz
spice-7c1c66a10e7741f021178a10298c89ee867cbc13.zip
new libspice api: spice_server_add_renderer()
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 c309c509..beba61c7 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -84,4 +84,6 @@ int spice_server_set_channel_security(SpiceServer *s,
int spice_server_set_mouse_absolute(SpiceServer *s, int absolute);
+int spice_server_add_renderer(SpiceServer *s, const char *name);
+
#endif