mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-11 18:10:16 +00:00
spice.proto: add comment for origin of STYLED and START_WITH_GAP
This commit is contained in:
parent
ed77ce6dbf
commit
4f60889f23
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user