mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
committed by
Norman Feske
parent
d0ddc11c09
commit
fb468c1c87
@ -93,7 +93,7 @@ class Redraw_manager
|
|||||||
w = _canvas->w();
|
w = _canvas->w();
|
||||||
|
|
||||||
if (h > _canvas->h())
|
if (h > _canvas->h())
|
||||||
h = _canvas->w();
|
h = _canvas->h();
|
||||||
|
|
||||||
_w = w; _h = h;
|
_w = w; _h = h;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user