22window wl_win_create(
void);
23void wl_win_destroy(window);
25void wl_win_show(window);
26void wl_win_hide(window);
28void wl_display_surface(cairo_surface_t *srf, window win,
const struct dimensions*);
29cairo_t* wl_win_get_context(window);
31const struct screen_info* wl_get_active_screen(
void);
34bool wl_have_fullscreen_window(
void);
39double wl_get_scale(
void);
Generic graphics backend wrapper.