mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Render subsurfaces of popups
This commit is contained in:
parent
f518036ddc
commit
b9050fca69
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ static void render_popup(struct wlr_surface *surface, int sx, int sy,
|
||||||
struct sway_view *view = data;
|
struct sway_view *view = data;
|
||||||
double ox = view->swayc->current.view_x - context.output_lx + sx;
|
double ox = view->swayc->current.view_x - context.output_lx + sx;
|
||||||
double oy = view->swayc->current.view_y - context.output_ly + sy;
|
double oy = view->swayc->current.view_y - context.output_ly + sy;
|
||||||
render_surface(surface, ox, oy, view->swayc->alpha);
|
render_surfaces(surface, ox, oy, view->swayc->alpha);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void render_view_popups(struct sway_container *con, void *data) {
|
static void render_view_popups(struct sway_container *con, void *data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue