[Plib-devel] [PATCH] PW window size on Win32
Brought to you by:
sjbaker
From: Jan R. <slo...@gm...> - 2005-09-02 18:28:50
|
Hello! The current PLIB CVS version has a bug regarding window sizes on Win32: When resizing a window, the new size will be the size of the window including the borders. This is wrong, the size parameters should describe the size of the window's client area. The attached patch fixes this by recalculating the window size from the client area size and the window style each time the window is resized. Please review and apply. Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |