feat: Allow fractional xwayland client scale

This commit is contained in:
Victoria Brekenfeld 2025-04-04 18:49:45 +02:00 committed by Victoria Brekenfeld
parent 0159bce9db
commit 7472351de0
4 changed files with 160 additions and 37 deletions

View file

@ -243,7 +243,7 @@ pub struct Common {
pub xdg_activation_state: XdgActivationState,
pub xdg_foreign_state: XdgForeignState,
pub workspace_state: WorkspaceState<State>,
pub xwayland_scale: Option<i32>,
pub xwayland_scale: Option<f64>,
pub xwayland_state: Option<XWaylandState>,
pub xwayland_shell_state: XWaylandShellState,
pub pointer_focus_state: Option<PointerFocusState>,