fix(sctk): reduce event spam for redraw requests
This commit is contained in:
parent
175a71590a
commit
90c0aefa25
7 changed files with 53 additions and 79 deletions
|
|
@ -377,7 +377,6 @@ pub struct SctkState {
|
|||
pub(crate) id_map: HashMap<ObjectId, core::window::Id>,
|
||||
pub(crate) to_commit: HashMap<core::window::Id, WlSurface>,
|
||||
pub(crate) destroyed: HashSet<core::window::Id>,
|
||||
pub(crate) ready: bool,
|
||||
pub(crate) pending_popup: Option<(SctkPopupSettings, usize)>,
|
||||
|
||||
pub(crate) activation_token_ctr: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue