Skip to content
Snippets Groups Projects
Commit 52164ba0 authored by Nagy Tibor's avatar Nagy Tibor Committed by GitHub
Browse files

background: Fix error message

parent 23ada442
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ fn main() {
match Image::from_path(&path) {
Ok(image) => {
let (display_width, display_height) = orbclient::get_display_size().expect("viewer: failed to get display size");
let (display_width, display_height) = orbclient::get_display_size().expect("background: failed to get display size");
let mut window = Window::new_flags(
0, 0, display_width, display_height, "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment