emilk/egui

Wayland: `request_repaint` ignored if minimized

Open

#5,136 opened on Sep 20, 2024

View on GitHub
 (13 comments) (1 reaction) (1 assignee)Rust (29,051 stars) (2,037 forks)batch import
help wantednative-linux

Description

According to @jleibs, calling ctx.request_repaint does not result in a call to App::update when on Wayland and the app is minimized (Hyprland placed on non-visible workspace).

Contributor guide