From 9cdeac5da59b6f695c14cc315c8593160d04ca9d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 5 Dec 2010 19:59:55 +0200 Subject: [PATCH] server/tests/test_display_no_ssl: disable cursor test until it works correctly --- server/tests/test_display_no_ssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tests/test_display_no_ssl.c b/server/tests/test_display_no_ssl.c index d531fb74..be1c0002 100644 --- a/server/tests/test_display_no_ssl.c +++ b/server/tests/test_display_no_ssl.c @@ -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;