Searched defs:dpy_text_cursor (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dconsole.h119 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y); member in struct:DisplayChangeListener
252 if (dcl->dpy_text_cursor) dcl->dpy_text_cursor(s, x, y);

Completed in 52 milliseconds