comparison os2/dw.c @ 540:2b9b88c273bc

Well this is an ugly fix but it will have to do for the moment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 01 Apr 2004 07:39:58 +0000
parents 8f80ed604a89
children f65fc3a049ff
comparison
equal deleted inserted replaced
539:8f80ed604a89 540:2b9b88c273bc
2818 tmp = WinQueryWindowPtr(handle2, QWP_USER); 2818 tmp = WinQueryWindowPtr(handle2, QWP_USER);
2819 2819
2820 newy = y - newy - SPLITBAR_WIDTH; 2820 newy = y - newy - SPLITBAR_WIDTH;
2821 2821
2822 WinSetWindowPos(handle2, NULLHANDLE, 0, 0, x, newy, SWP_MOVE | SWP_SIZE); 2822 WinSetWindowPos(handle2, NULLHANDLE, 0, 0, x, newy, SWP_MOVE | SWP_SIZE);
2823 _do_resize(tmp, x - 1, newy - 1);
2823 _do_resize(tmp, x - 1, newy - 1); 2824 _do_resize(tmp, x - 1, newy - 1);
2824 2825
2825 dw_window_set_data(hwnd, "_dw_start", (void *)newy); 2826 dw_window_set_data(hwnd, "_dw_start", (void *)newy);
2826 } 2827 }
2827 2828