Skip to content

Commit 412a451

Browse files
ibhagwanyshui
authored andcommitted
last warning fix for tests to pass
1 parent e59a7ff commit 412a451

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
@@ -241,9 +241,9 @@ uint32_t make_rounded_window_shape(xcb_render_trapezoid_t traps[], uint32_t max_
241241
return n;
242242
}
243243

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

0 commit comments

Comments
 (0)