This commit is contained in:
Ashley Wulber 2022-06-23 13:55:44 -04:00
parent b3a4219c93
commit 2542f7ecd7
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -105,7 +105,6 @@ pub fn spawn_workspaces(tx: glib::Sender<State>) -> SyncSender<WorkspaceEvent> {
}
}
Event::Msg(WorkspaceEvent::Scroll(v)) => {
dbg!(v);
if let Some((w_g, w_i)) = state
.workspace_groups
.iter()
@ -361,7 +360,6 @@ impl Dispatch<ZextWorkspaceHandleV1, ()> for State {
.iter_mut()
.find(|w| &w.workspace_handle == workspace)
}) {
dbg!(&state);
if state.len() == 4 {
// XXX is it little endian??
w.state = u32::from_le_bytes(state.try_into().unwrap());