mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 05:00:28 +01: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:
parent
804c4cab9f
commit
5653bee704
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue