fix viewport on wayland
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
212d00ea13
commit
8ad9e19de0
2 changed files with 3 additions and 7 deletions
|
|
@ -2516,7 +2516,6 @@ static void MwLLSetIconImpl(MwLL handle, MwLLPixmap pixmap) {
|
|||
|
||||
static void MwLLForceRenderImpl(MwLL handle) {
|
||||
WIDGET_CHECK(handle);
|
||||
if(handle->wayland.force_render) return;
|
||||
wl_surface_damage(handle->wayland.framebuffer.surface, 0, 0, handle->wayland.ww, handle->wayland.wh);
|
||||
|
||||
handle->wayland.force_render = MwTRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue