chore(gamescope): Enable OSK

This commit is contained in:
Kyle Gospodnetich 2024-07-11 15:54:42 -07:00
parent f7269b97c7
commit 2f28c28316
2 changed files with 2 additions and 2 deletions

View File

@ -722,7 +722,7 @@ index d9182aa..776e014 100644
+ if (pending_gesture_y && previous_ty > rounded_ty && !pending_osk && rounded_ty <= g_nOutputWidth - edge_range_y && rounded_ty > g_nOutputHeight - gesture_limits_y) {
+ wlserver_gesture_flush();
+ pending_osk = true;
+ //wlserver_open_steam_osk(1);
+ wlserver_open_steam_osk(1);
+ }
+ previous_tx = rounded_tx;
+ previous_ty = rounded_ty;

View File

@ -6,7 +6,7 @@
Name: gamescope
Version: 100.%{gamescope_tag}
Release: 12.bazzite
Release: 13.bazzite
Summary: Micro-compositor for video games on Wayland
License: BSD