Sun Apr 28 10:06:32 2002 Michael Jennings (mej)

Don't require the new libast just yet....


SVN revision: 6189
This commit is contained in:
Michael Jennings 2002-04-28 14:07:29 +00:00
parent f2f2138304
commit ba90de6336
2 changed files with 5 additions and 1 deletions

View File

@ -4611,3 +4611,7 @@ Fri Apr 26 14:34:08 2002 Michael Jennings (mej)
Minor tweak so bottom-docked buttonbars are properly placed.
----------------------------------------------------------------------
Sun Apr 28 10:06:32 2002 Michael Jennings (mej)
Don't require the new libast just yet....
----------------------------------------------------------------------

View File

@ -946,7 +946,7 @@ void
bbar_calc_positions(void)
{
register buttonbar_t *bbar;
spif_uint32_t top_y, bottom_y;
unsigned short top_y, bottom_y;
top_y = 0;
bottom_y = szHint.height;