Update of /cvsroot/htoolkit/port/src/cbits/GTK
In directory sc8-pr-cvs1:/tmp/cvs-serv16152/src/cbits/GTK
Modified Files:
Canvas.c
Log Message:
bugfix
Index: Canvas.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Canvas.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Canvas.c 12 Jul 2003 12:00:47 -0000 1.11
--- Canvas.c 13 Jul 2003 16:12:43 -0000 1.12
***************
*** 445,448 ****
--- 445,450 ----
gdk_colormap_free_colors(colormap, &whiteColor, 1);
gdk_colormap_free_colors(colormap, &blackColor, 1);
+
+ canvas->theFont = font;
}
}
***************
*** 665,673 ****
}
} /* osDrawBitmap */
-
- void osSetFont (FontHandle font, CanvasHandle canvas)
- {
- canvas->theFont = font;
- } /* osSetFont */
void osGetResolution(CanvasHandle canvas, int *xResP, int *yResP)
--- 667,670 ----
|