xwayland/window-buffers: Promote xwl_window_buffer
Make the (opaque) definition of the xwl_window_buffer generally available. No functional change. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1571>
This commit is contained in:
parent
05c63d2a02
commit
0e0472a005
|
@ -31,5 +31,6 @@ struct xwl_window;
|
|||
struct xwl_screen;
|
||||
struct xwl_drm_lease;
|
||||
struct xwl_output;
|
||||
struct xwl_window_buffer;
|
||||
|
||||
#endif /* XWAYLAND_TYPES_H */
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
#include "xwayland-types.h"
|
||||
|
||||
struct xwl_window_buffer;
|
||||
|
||||
void xwl_window_buffer_add_damage_region(struct xwl_window *xwl_window);
|
||||
void xwl_window_buffers_init(struct xwl_window *xwl_window);
|
||||
void xwl_window_buffers_dispose(struct xwl_window *xwl_window);
|
||||
|
|
Loading…
Reference in New Issue