comparison win/dw.c @ 417:4ae67c291a8a

Woops, missed a variable when copying the code from OS/2 to Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 May 2003 03:44:01 +0000
parents a4197ddfc50d
children f9ee31ccadb4
comparison
equal deleted inserted replaced
416:a4197ddfc50d 417:4ae67c291a8a
841 int uymax = 0, uxmax = 0; 841 int uymax = 0, uxmax = 0;
842 int upymax = 0, upxmax = 0; 842 int upymax = 0, upxmax = 0;
843 /* Used for the SIZEEXPAND */ 843 /* Used for the SIZEEXPAND */
844 int nux = *usedx, nuy = *usedy; 844 int nux = *usedx, nuy = *usedy;
845 int nupx = *usedpadx, nupy = *usedpady; 845 int nupx = *usedpadx, nupy = *usedpady;
846 int textheight = 0;
846 847
847 (*usedx) += (thisbox->pad * 2); 848 (*usedx) += (thisbox->pad * 2);
848 (*usedy) += (thisbox->pad * 2); 849 (*usedy) += (thisbox->pad * 2);
849 850
850 if(thisbox->grouphwnd) 851 if(thisbox->grouphwnd)