[770] in testers
Sigh. One more addendum fix
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed May 16 14:43:25 1990
Date: Wed, 16 May 90 14:42:46 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: testers@ATHENA.MIT.EDU
Cc: vanharen@ATHENA.MIT.EDU, swick@ATHENA.MIT.EDU, cfields@ATHENA.MIT.EDU
Add this to my previous two patches:
*** /tmp/,RCSt1001846 Wed May 16 14:42:17 1990
--- scrollbar.c Wed May 16 14:34:55 1990
***************
*** 133,138 ****
--- 133,143 ----
sizehints.min_width = sizehints.base_width + sizehints.width_inc;
sizehints.min_height = sizehints.base_height + sizehints.height_inc;
sizehints.flags |= (PBaseSize|PMinSize|PResizeInc);
+ /* These are obsolete, but old clients may use them */
+ sizehints.width = (screen->max_col + 1) * FontWidth(screen)
+ + min_width;
+ sizehints.height = (screen->max_row + 1) * FontHeight(screen)
+ + min_height;
#endif
/*