console.h | 172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); member in struct:DisplayChangeListener 199 void (*dpy_update)(void* opaque, int x, int y, int w, int h); member in struct:DisplayUpdateListener 284 static inline void dpy_update(DisplayState *s, int x, int y, int w, int h) function 288 dcl->dpy_update(s, x, y, w, h); 294 dul->dpy_update(dul->opaque, x, y, w, h); 348 dcl->dpy_update(s, dst_x, dst_y, w, h);
|