Skip to content
Snippets Groups Projects
Commit 0213cd5f authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #30 from xTibor/background

background: Fix error message
parents 23ada442 52164ba0
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