diff options
-rw-r--r-- | client/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.cpp b/client/application.cpp index e986475f..3dafbc6c 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -650,7 +650,7 @@ RedScreen* Application::get_screen(int id) SpicePoint size; if (_full_screen && mon) { - SpicePoint size = mon->get_size(); + size = mon->get_size(); } else { size.x = SCREEN_INIT_WIDTH; size.y = SCREEN_INIT_HEIGHT; |