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:
Olivier Fourdan 2024-06-20 17:12:45 +02:00 committed by Marge Bot
parent 05c63d2a02
commit 0e0472a005
2 changed files with 1 additions and 2 deletions

View File

@ -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 */

View File

@ -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);