mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Add xwayland activate and fix EGL bug
This commit is contained in:
parent
906a816abf
commit
220a6e9bf6
8 changed files with 36 additions and 4 deletions
|
|
@ -117,6 +117,7 @@ static void wlr_surface_update_size(struct wlr_surface *surface) {
|
|||
|
||||
surface->current.width = _width;
|
||||
surface->current.height = _height;
|
||||
wlr_log(L_DEBUG, "%dx%d", _width, _height);
|
||||
}
|
||||
|
||||
static void wlr_surface_to_buffer_region(struct wlr_surface *surface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue