bool glx_window_show(struct wcore_window *wc_self) { return x11_window_show(&glx_window(wc_self)->x11); }
bool xegl_window_show(struct wcore_window *wc_self) { return x11_window_show(&xegl_window(wc_self)->x11); }