Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv11500/port/src/include
Modified Files:
Bitmap.h
Log Message:
Change the definition of osGetBitmapSize. The new definition allows using of withCSizeResult function at Haskell level
Index: Bitmap.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/Bitmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Bitmap.h 22 Jan 2003 01:21:11 -0000 1.2
--- Bitmap.h 31 Jan 2003 23:25:38 -0000 1.3
***************
*** 9,13 ****
extern int osWriteBitmap(BitmapHandle bitmap, char *format, char *fname);
extern void osResizeBitmap (BitmapHandle bitmap, int width, int height);
! extern void osGetBitmapSize (BitmapHandle bitmap, int *width, int *height);
extern CanvasHandle osGetBitmapCanvas(BitmapHandle bitmap);
extern void osReleaseBitmapCanvas(CanvasHandle canvas);
--- 9,13 ----
extern int osWriteBitmap(BitmapHandle bitmap, char *format, char *fname);
extern void osResizeBitmap (BitmapHandle bitmap, int width, int height);
! extern void osGetBitmapSize (BitmapHandle bitmap, int *size);
extern CanvasHandle osGetBitmapCanvas(BitmapHandle bitmap);
extern void osReleaseBitmapCanvas(CanvasHandle canvas);
|