diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 00:31:50 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 00:31:50 +0200 |
| commit | fe21a175760856b64fa11083d7bc98e00db659a2 (patch) | |
| tree | ee40037b8cbb6bdf999ab8100ac3c516185ed345 /wayland.h | |
| parent | cb839522902d3db508c34703a385baabfdd9baa5 (diff) | |
use ext-session-lock protocol
Diffstat (limited to 'wayland.h')
| -rw-r--r-- | wayland.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ #define WAYLAND_H #include <wayland-client.h> -#include "xdg-shell-protocol.h" -#include "wlr-layer-shell-protocol.h" +#include "ext-session-lock-protocol.h" int allocate_shm_file(size_t size); |