made pointers in wayland.h opaque
This commit is contained in:
parent
60f8b89c2b
commit
fe19562367
3 changed files with 62 additions and 57 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue