Add missing type declarations in headers

This commit is contained in:
Kirill Primak 2023-11-14 21:41:15 +03:00 committed by Simon Ser
parent 3d3cca9164
commit 86b2cac921
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <wlr/types/wlr_region.h>
struct wl_client;
/*
* Creates a new region resource with the provided new ID.
*/

View File

@ -11,6 +11,8 @@
#include <wayland-server-core.h>
struct wlr_renderer;
/**
* Shared memory buffer interface.
*