diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-26 17:43:20 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-26 17:43:38 +0100 |
commit | 3cb156aecb22a77d91de26d8421634ae2cd1aa8b (patch) | |
tree | fb067f49c0786e897732dea33f46004c9184d528 /meson.build | |
parent | dea439358888791264ed81124c8fe144b2f8187e (diff) |
Delegate keyboard grab until a button has been pressed if the device says its a mouse1.1.4
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 489763d..b0f70eb 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |