emilk/egui

Wayland: `request_repaint` ignored if minimized

Open

#5.136 geöffnet am 20. Sept. 2024

Auf GitHub ansehen
 (13 Kommentare) (1 Reaktion) (1 zugewiesene Person)Rust (2.037 Forks)batch import
help wantednative-linux

Repository-Metriken

Stars
 (29.051 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 20h) (47 gemergte PRs in 30 T)

Beschreibung

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