Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv19575/src/include
Modified Files:
Window.h
Log Message:
fix variable name
Index: Window.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Window.h 20 Aug 2003 21:37:27 -0000 1.9
--- Window.h 1 Sep 2003 19:55:01 -0000 1.10
***************
*** 67,71 ****
WindowHandle osCreateDialog(WindowHandle parent);
WindowHandle osCreateCompoundControl(WindowHandle form);
! void osGetCompoundControlReqSize(WindowHandle listbox, int *res);
void osSetWindowColor(WindowHandle window, int foreColor, int backColor, int hatchStyle, BitmapHandle patBmp);
char *osGetWindowTitle(WindowHandle window);
--- 67,71 ----
WindowHandle osCreateDialog(WindowHandle parent);
WindowHandle osCreateCompoundControl(WindowHandle form);
! void osGetCompoundControlReqSize(WindowHandle compound, int *res);
void osSetWindowColor(WindowHandle window, int foreColor, int backColor, int hatchStyle, BitmapHandle patBmp);
char *osGetWindowTitle(WindowHandle window);
|