mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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>
(cherry picked from commit 0e0472a005)
This commit is contained in:
committed by
Alan Coopersmith
parent
804c4cab9f
commit
5653bee704
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user