Fri Nov 5 13:04:36 PST 1999 Michael Jennings <mej@eterm.org>

Fixed a small geometry bug pointed out by Sung-Hyun Nam
	<namsh@lgic.co.kr>.


SVN revision: 1183
This commit is contained in:
Michael Jennings 1999-11-05 11:46:33 +00:00
parent e8e8127832
commit da6c1894fb
2 changed files with 9 additions and 0 deletions

View File

@ -2729,3 +2729,9 @@ Tue Nov 2 16:53:56 PST 1999 Michael Jennings <mej@eterm.org>
causing Eterm to crash. :-)
-------------------------------------------------------------------------------
Fri Nov 5 13:04:36 PST 1999 Michael Jennings <mej@eterm.org>
Fixed a small geometry bug pointed out by Sung-Hyun Nam
<namsh@lgic.co.kr>.
-------------------------------------------------------------------------------

View File

@ -185,6 +185,9 @@ Create_Windows(int argc, char *argv[])
Attributes.backing_store = WhenMapped;
Attributes.colormap = cmap;
TermWin.x = -1;
TermWin.y = -1;
/*
* grab colors before netscape does
*/