summaryrefslogtreecommitdiff
path: root/src/support.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-01 21:29:35 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-01 21:29:35 +0100
commitb70e4366354eb7c182c9adb0bd7ac952f432d96a (patch)
tree87f8195daf6ffa21cf42b5b498a96065d78231e7 /src/support.h
parent3670fc8ea0f23221e3723531d59e26b584819ec2 (diff)
Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)
Diffstat (limited to 'src/support.h')
-rw-r--r--src/support.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/support.h b/src/support.h
index c50f999..bb17082 100644
--- a/src/support.h
+++ b/src/support.h
@@ -46,7 +46,8 @@ extern void enl_ipc_send(char *);
extern char *enl_wait_for_reply(void);
extern char *enl_ipc_get(const char *);
extern char *enl_send_and_wait(char *);
-extern void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, int desktop, int set);
+extern void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled,
+ int fill, int desktop, int set);
extern int feh_wm_get_num_desks(void);
extern signed char feh_wm_get_wm_is_e(void);
void feh_wm_set_bg_file(char *file, unsigned char bgmode);