mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
rootstion: handle alpha in server side decorations
This commit is contained in:
parent
9864f1c136
commit
202a728ee9
@ -356,7 +356,7 @@ static void render_decorations(struct roots_view *view,
|
|||||||
float matrix[16];
|
float matrix[16];
|
||||||
wlr_matrix_project_box(&matrix, &box, WL_OUTPUT_TRANSFORM_NORMAL,
|
wlr_matrix_project_box(&matrix, &box, WL_OUTPUT_TRANSFORM_NORMAL,
|
||||||
view->rotation, &output->wlr_output->transform_matrix);
|
view->rotation, &output->wlr_output->transform_matrix);
|
||||||
float color[] = { 0.2, 0.2, 0.2, 1 };
|
float color[] = { 0.2, 0.2, 0.2, view->alpha };
|
||||||
|
|
||||||
int nrects;
|
int nrects;
|
||||||
pixman_box32_t *rects =
|
pixman_box32_t *rects =
|
||||||
|
Loading…
Reference in New Issue
Block a user