From fd524633c472db23e6a4111a81ba343d554abe26 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Aug 2017 19:06:57 +0200 Subject: Release v2.19.3 --- src/wallpaper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallpaper.c') diff --git a/src/wallpaper.c b/src/wallpaper.c index 41f2b55..2f7810f 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -317,7 +317,7 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, snprintf(argptr, sizeof(fehbg_args), "--no-xinerama"); argptr += strlen(argptr); #endif /* HAVE_LIBXINERAMA */ - if ((opt.geom_flags & XValue) && (sizeof(fehbg_args) - strlen(fehbg_args) > 20)) { + if ((opt.geom_flags & XValue) && (sizeof(fehbg_args) - strlen(fehbg_args) > 60)) { snprintf(argptr, sizeof(fehbg_args) - strlen(fehbg_args), " --geometry %c%d", opt.geom_flags & XNegative ? '-' : '+', opt.geom_flags & XNegative ? abs(opt.geom_x) : opt.geom_x); -- cgit v1.2.3