From: <kr_...@us...> - 2003-04-07 20:59:21
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv10179/src/cbits/GTK Modified Files: Bitmap.c Log Message: Rename resizeBitmap function to setBitmapSize Index: Bitmap.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Bitmap.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Bitmap.c 10 Feb 2003 22:42:09 -0000 1.4 --- Bitmap.c 7 Apr 2003 20:58:47 -0000 1.5 *************** *** 65,69 **** } ! void osResizeBitmap (BitmapHandle bitmap, int width, int height) { GdkPixbuf *new_pixbuf; --- 65,69 ---- } ! void osSetBitmapSize (BitmapHandle bitmap, int width, int height) { GdkPixbuf *new_pixbuf; |