|
From: Seth D. <set...@us...> - 2005-01-30 20:31:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11488/headers Modified Files: FrontierWinMain.h Log Message: The "maximize" (a.k.a. "zoom") button on outline-based windows (outline, script, menu, table), when user.prefs.flWinStandardMaximize is true now takes the status bar into account by calling getstatusbarheight(). shellwindow.c now includes FrontierWinMain.h, and getstatusbarheight() is now declared and defined extern rather than static. Fixed with the help of my brother-in-law, Art Pena. Index: FrontierWinMain.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/FrontierWinMain.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FrontierWinMain.h 11 Jan 2005 22:48:00 -0000 1.2 --- FrontierWinMain.h 30 Jan 2005 20:31:41 -0000 1.3 *************** *** 42,45 **** --- 42,46 ---- extern UINT wm_startsearch; + extern long getstatusbarheight (void); /* 2005-01-30 SMD */ extern boolean openwindowsparamlinefiles (void); |