1 // SPDX-FileCopyrightText: Copyright 2012 Intel Corporation
2 // SPDX-License-Identifier: BSD-2-Clause
8 #include <X11/Xlib-xcb.h>
13 struct x11_display
*display
;
18 x11_window_init(struct x11_window
*self
,
19 struct x11_display
*dpy
,
20 xcb_visualid_t visual_id
,
25 x11_window_teardown(struct x11_window
*self
);
28 x11_window_show(struct x11_window
*self
);
31 x11_window_resize(struct x11_window
*self
, int32_t width
, int32_t height
);