From: <kr_...@us...> - 2003-04-07 20:58:51
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv10179/src/include Modified Files: Bitmap.h Log Message: Rename resizeBitmap function to setBitmapSize Index: Bitmap.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Bitmap.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Bitmap.h 31 Jan 2003 23:25:38 -0000 1.3 --- Bitmap.h 7 Apr 2003 20:58:48 -0000 1.4 *************** *** 8,12 **** extern BitmapHandle osReadBitmap (char *, int *); 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); --- 8,12 ---- extern BitmapHandle osReadBitmap (char *, int *); extern int osWriteBitmap(BitmapHandle bitmap, char *format, char *fname); ! extern void osSetBitmapSize (BitmapHandle bitmap, int width, int height); extern void osGetBitmapSize (BitmapHandle bitmap, int *size); extern CanvasHandle osGetBitmapCanvas(BitmapHandle bitmap); |