summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-17 17:05:21 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-17 17:05:21 +0200
commitae46674dd69cc4e65f595dc364a8c35c8d6aee30 (patch)
tree917210687fb1e6869ecc902bbb6cffa70ec1ef72 /src/index.c
parentcb6b53e20ab7f7450d10a27a987a6ccbfeb4fe1e (diff)
--debug-level → --debug
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.c b/src/index.c
index 2ef86eb..15dcea1 100644
--- a/src/index.c
+++ b/src/index.c
@@ -101,7 +101,7 @@ void init_index_mode(void)
if (!strcmp(opt.bg_file, "trans"))
trans_bg = 1;
else {
- D(3, ("Time to apply a background to blend onto\n"));
+ D(("Time to apply a background to blend onto\n"));
if (feh_load_image_char(&bg_im, opt.bg_file) != 0) {
bg_w = gib_imlib_image_get_width(bg_im);
bg_h = gib_imlib_image_get_height(bg_im);
@@ -310,11 +310,11 @@ void init_index_mode(void)
filelist = feh_file_remove_from_list(filelist, last);
last = NULL;
}
- D(4, ("About to load image %s\n", file->filename));
+ D(("About to load image %s\n", file->filename));
if (feh_load_image(&im_temp, file) != 0) {
if (opt.verbose)
feh_display_status('.');
- D(4, ("Successfully loaded %s\n", file->filename));
+ D(("Successfully loaded %s\n", file->filename));
www = opt.thumb_w;
hhh = opt.thumb_h;
ww = gib_imlib_image_get_width(im_temp);
@@ -345,7 +345,7 @@ void init_index_mode(void)
if (opt.alpha) {
DATA8 atab[256];
- D(3, ("Applying alpha options\n"));
+ D(("Applying alpha options\n"));
gib_imlib_image_set_has_alpha(im_thumb, 1);
memset(atab, opt.alpha_level, sizeof(atab));
gib_imlib_apply_color_modifier_to_rectangle