Skip to content

Commit bc3660d

Browse files
ibhagwanyshui
authored andcommitted
last warning fix for tests to pass
1 parent 11b2133 commit bc3660d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/render.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ uint32_t make_rounded_window_shape(xcb_render_trapezoid_t traps[], uint32_t max_
243243
return n;
244244
}
245245

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

0 commit comments

Comments
 (0)