console.h | 108 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); member in struct:DisplayChangeListener 189 static inline void dpy_update(DisplayState *s, int x, int y, int w, int h) function 193 dcl->dpy_update(s, x, y, w, h); 232 dcl->dpy_update(s, dst_x, dst_y, w, h);
|