From 2e017bbfbf3e9554bd54b98d11c5532d55b02f6c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Sep 2011 17:42:16 +0200 Subject: Use enum for opt.image_bg, rename --image-bg default to --image-bg checks --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 2ca655e..ae3a707 100644 --- a/src/options.h +++ b/src/options.h @@ -70,6 +70,7 @@ struct __fehoptions { unsigned char cycle_once; unsigned char hold_actions[10]; unsigned char text_bg; + unsigned char image_bg; char *output_file; char *output_dir; @@ -84,7 +85,6 @@ struct __fehoptions { char *menu_font; char *customlist; char *menu_bg; - char *image_bg; char *menu_style; char *caption_path; char *start_list_at; -- cgit v1.2.3