comparison os2/dw.c @ 1818:09a7202edb53

Fixed a small typo in the OS/2 code and update the readme for 2.5.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 15 Oct 2012 01:45:36 +0000
parents e827394a7f20
children 213420512084
comparison
equal deleted inserted replaced
1817:e827394a7f20 1818:09a7202edb53
8199 ULONG retval = (ULONG)WinSendMsg(handle, BKM_INSERTPAGE, 0L, 8199 ULONG retval = (ULONG)WinSendMsg(handle, BKM_INSERTPAGE, 0L,
8200 MPFROM2SHORT((BKA_STATUSTEXTON | BKA_AUTOPAGESIZE | BKA_MAJOR | flags), front ? BKA_FIRST : BKA_LAST)); 8200 MPFROM2SHORT((BKA_STATUSTEXTON | BKA_AUTOPAGESIZE | BKA_MAJOR | flags), front ? BKA_FIRST : BKA_LAST));
8201 RECTL rect; 8201 RECTL rect;
8202 WinQueryWindowRect(handle, &rect); 8202 WinQueryWindowRect(handle, &rect);
8203 WinInvalidateRect(handle, &rect, TRUE); 8203 WinInvalidateRect(handle, &rect, TRUE);
8204 return retval;} 8204 return retval;
8205 }
8205 8206
8206 /* 8207 /*
8207 * Remove a page from a notebook. 8208 * Remove a page from a notebook.
8208 * Parameters: 8209 * Parameters:
8209 * handle: Handle to the notebook widget. 8210 * handle: Handle to the notebook widget.