mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
Add enum for gl scanout2 message
This message is a replacement for the original gl scanout message which does not support multi plane and modifier. Signed-off-by: Qiang Yu <yuq825@gmail.com>
This commit is contained in:
parent
c92b54a55f
commit
2117405f95
@ -516,6 +516,7 @@ enum {
|
||||
SPICE_MSG_DISPLAY_GL_SCANOUT_UNIX,
|
||||
SPICE_MSG_DISPLAY_GL_DRAW,
|
||||
SPICE_MSG_DISPLAY_QUALITY_INDICATOR,
|
||||
SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX,
|
||||
|
||||
SPICE_MSG_END_DISPLAY
|
||||
};
|
||||
|
||||
@ -150,6 +150,7 @@ enum {
|
||||
SPICE_DISPLAY_CAP_PREF_VIDEO_CODEC_TYPE,
|
||||
SPICE_DISPLAY_CAP_CODEC_VP9,
|
||||
SPICE_DISPLAY_CAP_CODEC_H265,
|
||||
SPICE_DISPLAY_CAP_GL_SCANOUT2,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user