mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 08:27:00 +00:00
spice-qxl: Add version information
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
99d5f06f2b
commit
56f2a71697
@ -197,12 +197,14 @@ struct QXLInterface {
|
||||
void (*update_area_complete)(QXLInstance *qin, uint32_t surface_id,
|
||||
struct QXLRect *updated_rects,
|
||||
uint32_t num_updated_rects);
|
||||
/* Available since version 3.2 */
|
||||
void (*set_client_capabilities)(QXLInstance *qin,
|
||||
uint8_t client_present,
|
||||
uint8_t caps[SPICE_CAPABILITIES_SIZE]);
|
||||
/* returns 1 if the interface is supported, 0 otherwise.
|
||||
/* Returns 1 if the interface is supported, 0 otherwise.
|
||||
* if monitors_config is NULL nothing is done except reporting the
|
||||
* return code. */
|
||||
* return code.
|
||||
* Available since version 3.3 */
|
||||
int (*client_monitors_config)(QXLInstance *qin,
|
||||
VDAgentMonitorsConfig *monitors_config);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user