made pointers in wayland.h opaque

This commit is contained in:
Rakarake 2026-02-07 15:45:22 +01:00
parent 60f8b89c2b
commit fe19562367
3 changed files with 62 additions and 57 deletions

View file

@ -6,7 +6,7 @@ WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
glonkers: wlr-layer-shell-unstable-v1-protocol.o xdg-shell-protocol.o renderer.o wayland.o
glonkers.o: wlr-layer-shell-unstable-v1-protocol.h xdg-shell-protocol.h renderer.h wayland.h
glonkers.o: wlr-layer-shell-unstable-v1-protocol.h xdg-shell-protocol.h renderer.h
renderer.o: renderer.h
wayland.o: wayland.h