mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
Add red_qxl_get_server()
Acked-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
c3d43fdea7
commit
37ccf6cdf4
@ -1064,3 +1064,8 @@ void red_qxl_set_mouse_mode(QXLState *qxl_state, uint32_t mode)
|
||||
RED_WORKER_MESSAGE_SET_MOUSE_MODE,
|
||||
&payload);
|
||||
}
|
||||
|
||||
RedsState* red_qxl_get_server(QXLState *qxl_state)
|
||||
{
|
||||
return qxl_state->reds;
|
||||
}
|
||||
|
||||
@ -44,6 +44,7 @@ gboolean red_qxl_get_allow_client_mouse(QXLState *qxl_state, gint *x_res, gint *
|
||||
SpiceMsgDisplayGlScanoutUnix *red_qxl_get_gl_scanout(QXLState *qxl_state);
|
||||
void red_qxl_put_gl_scanout(QXLState *qxl_state, SpiceMsgDisplayGlScanoutUnix *scanout);
|
||||
void red_qxl_gl_draw_async_complete(QXLState *qxl);
|
||||
SpiceServer* red_qxl_get_server(QXLState *qxl);
|
||||
|
||||
typedef uint32_t RedWorkerMessage;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user