summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-02 04:23:45 +0200
committerAlon Levy <alevy@redhat.com>2011-08-23 17:01:14 +0300
commit92bfb91917b11a54b7c4030ea1c69d679033de9d (patch)
tree561d9572c16b9e7840d6441644ce497ee492c94b /spice.proto
parentf124b87a402c502f28a4529cfd4bdba4fc5c0ddf (diff)
downloadspice-92bfb91917b11a54b7c4030ea1c69d679033de9d.tar.gz
spice-92bfb91917b11a54b7c4030ea1c69d679033de9d.tar.xz
spice-92bfb91917b11a54b7c4030ea1c69d679033de9d.zip
spice.proto: add comment for origin of STYLED and START_WITH_GAP
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 99302ffe..abf3ec30 100644
--- a/spice.proto
+++ b/spice.proto
@@ -339,6 +339,11 @@ flags16 ropd {
INVERS_RES,
};
+/* This *must* remain with values identical to api/winddi.h
+ LA_STYLED == 0x8 (log_2)=> 3
+ LA_STARTGAP == 0x4 (log_2)=> 2
+ This is used by the windows driver.
+ */
flags8 line_flags {
STYLED = 3,
START_WITH_GAP = 2,