Mon Sep 20 20:33:13 PDT 1999 Michael Jennings <mej@eterm.org>

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
This commit is contained in:
Michael Jennings 1999-09-21 03:17:48 +00:00
parent e700e69dff
commit 5f7d60b3b2
2 changed files with 8 additions and 0 deletions

View File

@ -2427,3 +2427,10 @@ Mon Sep 20 18:32:01 PDT 1999 Michael Jennings <mej@eterm.org>
problems. Let me know if you find any of them. :)
-------------------------------------------------------------------------------
Mon Sep 20 20:33:13 PDT 1999 Michael Jennings <mej@eterm.org>
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....
-------------------------------------------------------------------------------

View File

@ -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();
}
}