mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
committed by
Kirill Chibisov
parent
572d61f9ba
commit
b343f45500
@@ -1413,6 +1413,9 @@ impl<T: 'static> EventProcessor<T> {
|
||||
F: FnMut(Event<T>),
|
||||
{
|
||||
let wt = get_xtarget(&self.target);
|
||||
wt.xconn
|
||||
.reload_database()
|
||||
.expect("failed to reload Xft database");
|
||||
|
||||
// In the future, it would be quite easy to emit monitor hotplug events.
|
||||
let prev_list = {
|
||||
|
||||
Reference in New Issue
Block a user