From: <kr_...@us...> - 2004-05-06 10:27:55
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23600/port/src/include Modified Files: Window.h Log Message: Support for the Center/CenterOnParent/Mouse positioning Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Window.h 12 Oct 2003 23:14:57 -0000 1.15 --- Window.h 6 May 2004 10:27:47 -0000 1.16 *************** *** 93,97 **** void osReleaseWindowCanvas(WindowHandle window,CanvasHandle canvas); ! void osSetWindowRect(WindowHandle window, int x0, int y0, int x1, int y1); void osGetWindowRect(WindowHandle window, int *res); void osSetWindowResizeable(WindowHandle window, int resizeable); --- 93,97 ---- void osReleaseWindowCanvas(WindowHandle window,CanvasHandle canvas); ! void osSetWindowPosition(WindowHandle window, int position, int x0, int y0, int x1, int y1); void osGetWindowRect(WindowHandle window, int *res); void osSetWindowResizeable(WindowHandle window, int resizeable); |