summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-06-07 14:30:34 +0300
committerAlon Levy <alevy@redhat.com>2012-06-27 16:57:05 +0300
commitda908f89b581fd4725da997fdaea209f8e6548f6 (patch)
tree83d68c6610689517b4cead5a2eb331b9ad4dd634 /configure.ac
parent86eb1a334ebef63a43df9a267cfa42e4128966ae (diff)
downloadspice-protocol-da908f89b581fd4725da997fdaea209f8e6548f6.tar.gz
spice-protocol-da908f89b581fd4725da997fdaea209f8e6548f6.tar.xz
spice-protocol-da908f89b581fd4725da997fdaea209f8e6548f6.zip
support multiple monitors on a single display channel
Adds on device: RAM Header monitors_config - pointer QXLMonitorsConfig count == n max_allowed = N >= 0 QXLHead 1 ... QXLHead n id, surface_id, x, y, width, height, flags IO: QXL_IO_MONITORS_CONFIG server flushes command ring, then calls server callback for changing monitors config. New revision to let the driver know about the new io: QXL_REVISION_STABLE_V12=0x04, Adds server/client capability: SPICE_DISPLAY_CAP_MONITORS_CONFIG Server message will be added in spice-server and spice-common. Version is bumped to 0.12.0 to indicate new IO and structs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bf7d949..07e9c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 10)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MINOR], 12)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)