From 40ef2d54596a59f64f1d21f9f009f2361892162b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 2 Jul 2011 04:23:45 +0200 Subject: [PATCH] spice.proto: add comment for origin of STYLED and START_WITH_GAP --- spice.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spice.proto b/spice.proto index 99302ff..abf3ec3 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,