mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-04 00:06:29 +00:00
server/tests/test_display_no_ssl: disable cursor test until it works correctly
This commit is contained in:
parent
4dcacefb06
commit
9cdeac5da5
@ -167,8 +167,8 @@ void get_init_info(QXLInstance *qin, QXLDevInitInfo *info)
|
||||
info->n_surfaces = 1;
|
||||
}
|
||||
|
||||
#define NOTIFY_DISPLAY_BATCH 0
|
||||
#define NOTIFY_CURSOR_BATCH 1
|
||||
#define NOTIFY_DISPLAY_BATCH 1
|
||||
#define NOTIFY_CURSOR_BATCH 0
|
||||
|
||||
int notify = NOTIFY_DISPLAY_BATCH;
|
||||
int cursor_notify = NOTIFY_CURSOR_BATCH;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user