Skip to content

Commit

Permalink
last warning fix for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan authored and yshui committed Sep 5, 2020
1 parent 23b0ec9 commit ed2b16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/render.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ uint32_t make_rounded_window_shape(xcb_render_trapezoid_t traps[], uint32_t max_
return n;
}

void render(session_t *ps, struct managed_win *w, int x, int y, int dx, int dy, int wid,
int hei, int fullwid, int fullhei, double opacity, bool argb, bool neg,
int cr, xcb_render_picture_t pict, glx_texture_t *ptex,
void render(session_t *ps, struct managed_win *w attr_unused, int x, int y, int dx,
int dy, int wid, int hei, int fullwid, int fullhei, double opacity, bool argb,
bool neg, int cr, xcb_render_picture_t pict, glx_texture_t *ptex,
const region_t *reg_paint, const glx_prog_main_t *pprogram, clip_t *clip) {
switch (ps->o.backend) {
case BKEND_XRENDER:
Expand Down

0 comments on commit ed2b16f

Please sign in to comment.