Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv31907/src/include
Modified Files:
Types.h
Log Message:
Added new context - theEraseGC. The new context is used for screen clearing.
Index: Types.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/Types.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Types.h 1 May 2003 19:35:36 -0000 1.10
--- Types.h 8 Jun 2003 21:11:48 -0000 1.11
***************
*** 104,108 ****
{
GdkDrawable *drawable;
! GdkGC *theDrawGC, *theFillGC, *theTextGC;
FontHandle theFont;
gint lineCustomCount;
--- 104,108 ----
{
GdkDrawable *drawable;
! GdkGC *theDrawGC, *theFillGC, *theEraseGC, *theTextGC;
FontHandle theFont;
gint lineCustomCount;
|