1
0
Fork 0
forked from wry/wry

autocommit 2022-03-09 17:51:17 CET

This commit is contained in:
Julian Orth 2022-03-09 17:51:17 +01:00
parent 4df6b559b7
commit 0399772467
35 changed files with 429 additions and 423 deletions

View file

@ -107,8 +107,8 @@ pub struct Wm {
c: RustConnection,
atoms: Atoms,
socket: AsyncFd,
root: Window,
xwin: Window,
_root: Window,
_xwin: Window,
client: Rc<Client>,
windows: AHashMap<Window, Rc<XwindowData>>,
windows_by_surface_id: AHashMap<WlSurfaceId, Rc<XwindowData>>,
@ -228,8 +228,8 @@ impl Wm {
c,
atoms,
socket: socket_dup,
root,
xwin,
_root: root,
_xwin: xwin,
client,
windows: Default::default(),
windows_by_surface_id: Default::default(),