mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 12:35:19 +00:00
chore(gamescope): Enable OSK
This commit is contained in:
parent
f7269b97c7
commit
2f28c28316
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user