Skip to content

Commit

Permalink
wayland: fix fullscreen not working on Wayland (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Makoto Sato <[email protected]>
  • Loading branch information
makotosato-at authored Aug 2, 2023
1 parent 5c86492 commit 05b0377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const xdg_surface_listener ELinuxWindowWayland::kXdgSurfaceListener = {
if (self->wait_for_configure_) {
self->wait_for_configure_ = false;
}
self->request_redraw_ = true;
},
};

Expand Down

0 comments on commit 05b0377

Please sign in to comment.