diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:54:18 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:54:18 +0100 |
| commit | 949cceeaa87a76d647660d3585ef9338bfaa3781 (patch) | |
| tree | 266d15b3a270bf0357e19f5058d75df67df7ea41 /src/xdg-shell.c | |
| parent | b9d3576c1402c530aef200e8832f13eecda5070d (diff) | |
formatting
Diffstat (limited to 'src/xdg-shell.c')
| -rw-r--r-- | src/xdg-shell.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xdg-shell.c b/src/xdg-shell.c index 14733ba..5e6adc7 100644 --- a/src/xdg-shell.c +++ b/src/xdg-shell.c @@ -28,11 +28,12 @@ * DEALINGS IN THE SOFTWARE. */ -#include "wayland-util.h" #include <stdbool.h> #include <stdint.h> #include <stdlib.h> +#include "wayland-util.h" + #ifndef __has_attribute #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ #endif @@ -51,7 +52,7 @@ extern const struct wl_interface xdg_positioner_interface; extern const struct wl_interface xdg_surface_interface; extern const struct wl_interface xdg_toplevel_interface; -static const struct wl_interface *xdg_shell_types[] = { +static const struct wl_interface* xdg_shell_types[] = { NULL, NULL, NULL, |
