fix use of possibly unassigned parameter warning

master
Sebastian Reichel 2012-01-17 15:21:10 +01:00
parent d06d17c805
commit ebacb74f5b
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ class Monitor {
return;
}
}
/* monitor not found */
x = 0;
y = 0;
w = 0;
h = 0;
}
void on_monitor_changed() {