From 5f7d60b3b2ebb6743639ac8104a42ffe3be4c61f Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 21 Sep 1999 03:17:48 +0000 Subject: [PATCH] Mon Sep 20 20:33:13 PDT 1999 Michael Jennings Frikkin'...! Well, this should fix the text updating problem with transparency, though I swear I don't know why it was crashing before and isn't now.... SVN revision: 351 --- ChangeLog | 7 +++++++ src/windows.c | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 883a7ee..c843d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2427,3 +2427,10 @@ Mon Sep 20 18:32:01 PDT 1999 Michael Jennings problems. Let me know if you find any of them. :) ------------------------------------------------------------------------------- +Mon Sep 20 20:33:13 PDT 1999 Michael Jennings + + Frikkin'...! Well, this should fix the text updating problem with + transparency, though I swear I don't know why it was crashing before + and isn't now.... + +------------------------------------------------------------------------------- diff --git a/src/windows.c b/src/windows.c index bd3e699..4dc8d3c 100644 --- a/src/windows.c +++ b/src/windows.c @@ -577,6 +577,7 @@ resize_window1(unsigned int width, unsigned int height) first_time = 0; } else if (image_mode_is(image_bg, MODE_TRANS) || image_mode_is(image_bg, MODE_VIEWPORT)) { resize_subwindows(width, height); + scr_touch(); } }