Skip to content

Commit

Permalink
xrender fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Feb 16, 2024
1 parent 3b9e2c5 commit df4c6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/xrender/xrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "backend/backend.h"
#include "backend/backend_common.h"
#include "common.h"
#include "compiler.h"
#include "config.h"
#include "kernel.h"
#include "log.h"
Expand Down Expand Up @@ -360,7 +361,7 @@ compose_impl(struct _xrender_data *xd, struct xrender_image *xrimg, coord_t dst,
}

static void compose(backend_t *base, image_handle image_, coord_t dst, image_handle mask_,
coord_t mask_dst, const region_t *reg_paint, const region_t *reg_visible) {
coord_t mask_dst, const region_t *reg_paint, const region_t *reg_visible, attr_unused bool lerp) {
struct _xrender_data *xd = (void *)base;
auto image = (struct xrender_image *)image_;
auto mask = (struct xrender_image *)mask_;
Expand Down

0 comments on commit df4c6a3

Please sign in to comment.