Searched refs:dpy_getresolution (Results 1 – 1 of 1) sorted by relevance
186 void (*dpy_getresolution)(int *width, int *height); member380 static inline void dpy_getresolution(struct DisplayState *s, int *width, int *height) in dpy_getresolution() function384 if (dcl->dpy_getresolution) dcl->dpy_getresolution(width, height); in dpy_getresolution()