Implemented Openbox-compatible command-line options; hard-coded Alt+F2 to an application launcher; indicated the real purpose of WL_HIDE_DEPRECATED

This commit is contained in:
Keith Bowes 2020-02-20 08:50:08 -05:00
parent 9f2ddc48ef
commit 7570698224
5 changed files with 48 additions and 8 deletions

View file

@ -15,6 +15,7 @@ project(
add_project_arguments('-Wno-unused-parameter', language: 'c')
add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c')
add_project_arguments('-DVERSION="' + meson.project_version() + '"', language: 'c')
cc = meson.get_compiler('c')
@ -23,7 +24,7 @@ if cc.get_id() == 'clang'
add_project_arguments('-Wno-missing-braces', language: 'c')
endif
# Hiding depreciation warnings
# Hide deprecated API
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
# Adding include directory