Searched refs:QEMUCursor (Results 1 – 1 of 1) sorted by relevance
148 typedef struct QEMUCursor { struct153 } QEMUCursor; argument155 QEMUCursor *cursor_alloc(int width, int height);156 void cursor_get(QEMUCursor *c);157 void cursor_put(QEMUCursor *c);158 QEMUCursor *cursor_builtin_hidden(void);159 QEMUCursor *cursor_builtin_left_ptr(void);160 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix);161 int cursor_get_mono_bpl(QEMUCursor *c);162 void cursor_set_mono(QEMUCursor *c,[all …]