Revision 07536094 ui/spice-display.h

b/ui/spice-display.h
20 20
#include <spice/qxl_dev.h>
21 21

  
22 22
#include "qemu-thread.h"
23
#include "console.h"
23 24
#include "pflib.h"
24 25

  
25 26
#define NUM_MEMSLOTS 8
......
55 56
     */
56 57
    QemuMutex lock;
57 58
    SimpleSpiceUpdate *update;
59
    QEMUCursor *cursor;
60
    int mouse_x, mouse_y;
58 61
};
59 62

  
60 63
struct SimpleSpiceUpdate {

Also available in: Unified diff