summaryrefslogtreecommitdiff
path: root/src/pixmap.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-11-20 00:51:26 +0000
committerMichael Jennings <mej@kainx.org>1999-11-20 00:51:26 +0000
commiteeab8b0a87d9f39e7e729e4272c1096d93f888b1 (patch)
tree25162a77b5a3016cd15a9a5b079cfdd617d5cb68 /src/pixmap.h
parenteec575c1e32f979eda7d6a7b1d5360981ad86b21 (diff)
downloadeterm-eeab8b0a87d9f39e7e729e4272c1096d93f888b1.tar.gz
Fri Nov 19 18:43:58 PST 1999 Michael Jennings <mej@eterm.org>
Fixed some other stuff I found, and cleaned up the remaining occurances of calls to the old scrollbar_show() function. SVN revision: 1343
Diffstat (limited to 'src/pixmap.h')
-rw-r--r--src/pixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmap.h b/src/pixmap.h
index da13ea0..0e205ce 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -102,7 +102,7 @@ enum {
#define image_mode_is(which, bit) (images[which].mode & (bit))
#define image_mode_fallback(which) do {if (image_mode_is((which), ALLOW_IMAGE)) {image_set_mode((which), MODE_IMAGE);} else {image_set_mode((which), MODE_SOLID);}} while (0)
#define redraw_all_images() do {render_simage(images[image_bg].current, TermWin.vt, TermWin_TotalWidth(), TermWin_TotalHeight(), image_bg, 0); \
- scr_touch(); scrollbar_show(0); if (image_mode_any(MODE_AUTO)) enl_ipc_sync();} while (0)
+ scr_touch(); scrollbar_draw(MODE_MASK); if (image_mode_any(MODE_AUTO)) enl_ipc_sync();} while (0)
/* Elements of an simage to be reset */
#define RESET_NONE (0UL)