summaryrefslogtreecommitdiff
path: root/server/red-qxl.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-03-17 16:35:50 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-03-17 16:26:58 +0000
commitfe9977c469a5082f264a34a2d05b04f8ed05a21c (patch)
tree333f791159ad112c0bcf4d05b5a6a19c6f39eb83 /server/red-qxl.h
parentae931c7dab8c78d5ab75caf022f20599c49c01c2 (diff)
Use red_qxl_check_qxl_version in red-worker
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/red-qxl.h')
-rw-r--r--server/red-qxl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red-qxl.h b/server/red-qxl.h
index f58d42bb..7287740b 100644
--- a/server/red-qxl.h
+++ b/server/red-qxl.h
@@ -44,6 +44,7 @@ gboolean red_qxl_get_allow_client_mouse(QXLInstance *qxl, gint *x_res, gint *y_r
SpiceMsgDisplayGlScanoutUnix *red_qxl_get_gl_scanout(QXLInstance *qxl);
void red_qxl_put_gl_scanout(QXLInstance *qxl, SpiceMsgDisplayGlScanoutUnix *scanout);
void red_qxl_gl_draw_async_complete(QXLInstance *qxl);
+int red_qxl_check_qxl_version(QXLInstance *qxl, int major, int minor);
SpiceServer* red_qxl_get_server(QXLState *qxl);
/* Wrappers around QXLInterface vfuncs */