diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-03 01:57:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-03 01:57:30 +0100 |
commit | 2a07c741121e737aec9bdd5214ba66efbf252da0 (patch) | |
tree | a717b3328ec4bfcf87d7aa7281261f3e42519537 /project.conf | |
parent | f526c175f6e2b852c8fe19b666505cfeac36b667 (diff) |
Fix some application (using xi) receiving mouse input when UI is shown
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 3d84f6a..98f6720 100644 --- a/project.conf +++ b/project.conf @@ -13,4 +13,5 @@ ignore_dirs = ["build", "tools"] [dependencies] xcomposite = ">=0" xfixes = ">=0" -xi = ">=0"
\ No newline at end of file +xi = ">=0" +xcursor = ">=1"
\ No newline at end of file |