mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 16:29:29 +00:00
client: Application::get_screen: fix double SpicePoint size, second hiding the first
This commit is contained in:
parent
1b0ab2027e
commit
01c06d6eaa
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user