committed by
Norman Feske
parent
fbddd14396
commit
e18a1c1e96
@@ -99,6 +99,7 @@ class Fb_scaler::Session_component : public Genode::Rpc_object<Framebuffer::Sess
|
|||||||
|
|
||||||
if (_parent_mode.width() && _parent_mode.height()) {
|
if (_parent_mode.width() && _parent_mode.height()) {
|
||||||
_rescale();
|
_rescale();
|
||||||
|
refresh(0,0, _client_mode.width(), _client_mode.height());
|
||||||
} else {
|
} else {
|
||||||
/* notify the client of the null mode */
|
/* notify the client of the null mode */
|
||||||
if (_client_sig_cap.valid())
|
if (_client_sig_cap.valid())
|
||||||
@@ -165,8 +166,7 @@ class Fb_scaler::Session_component : public Genode::Rpc_object<Framebuffer::Sess
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_parent_fb.refresh(_x_offset+px, _y_offset+py,
|
_parent_fb.refresh(_x_offset+px, _y_offset+py, pw, ph);
|
||||||
_y_offset+pw, _x_offset+ph);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user