refactor(wayland): less crashy

This commit is contained in:
Nova
2023-07-21 13:33:28 -04:00
parent 6109a6bde6
commit 0d639760e9
7 changed files with 128 additions and 100 deletions

View File

@@ -130,7 +130,7 @@ impl WaylandState {
);
let _output_global = output.create_global::<Self>(&display_handle);
let mode = Mode {
size: (4096, 4096).into(),
size: (2048, 2048).into(),
refresh: 60000,
};
output.change_current_state(