server/tests/test_display_no_ssl: disable cursor test until it works correctly

This commit is contained in:
Alon Levy 2010-12-05 19:59:55 +02:00
parent 4dcacefb06
commit 9cdeac5da5

View File

@ -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;