fix(wayland): set virtual output to 1024x1024
This commit is contained in:
@@ -146,7 +146,7 @@ impl WaylandState {
|
|||||||
);
|
);
|
||||||
let _output_global = output.create_global::<Self>(&display_handle);
|
let _output_global = output.create_global::<Self>(&display_handle);
|
||||||
let mode = Mode {
|
let mode = Mode {
|
||||||
size: (2048, 2048).into(),
|
size: (1024, 1024).into(),
|
||||||
refresh: 60000,
|
refresh: 60000,
|
||||||
};
|
};
|
||||||
output.change_current_state(
|
output.change_current_state(
|
||||||
|
|||||||
Reference in New Issue
Block a user