sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit ff86dc0c358523cfc2fce050c041c27a448533fb
parent d6a5dfc913ba958d38af907ddb7acd7483a1cee7
Author: Scott Anderson <scott@anderso.nz>
Date:   Mon, 27 Aug 2018 18:01:00 +1200

Hide deprecated wayland functions

Diffstat:
Mmeson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/meson.build b/meson.build @@ -12,6 +12,7 @@ project( add_project_arguments('-Wno-unused-parameter', language: 'c') add_project_arguments('-Wno-unused-function', language: 'c') add_project_arguments('-Wno-unused-result', language: 'c') +add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c') add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c') cc = meson.get_compiler('c')