/[crust]/crust/libs/GraphicsFoundation/priv.h
ViewVC logotype

Diff of /crust/libs/GraphicsFoundation/priv.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jrydberg, Sun Aug 26 20:46:03 2001 UTC revision 1.2 by jrydberg, Mon Aug 27 22:29:49 2001 UTC
# Line 91  struct GFGState Line 91  struct GFGState
91         state on the stack.  */         state on the stack.  */
92      GFGStateRef next_on_stack;      GFGStateRef next_on_stack;
93    
94        /* Font information. */
95        int font_handle;
96        float font_size;
97    
98      /* Current transformation matrix.  Initial value: a matrix that      /* Current transformation matrix.  Initial value: a matrix that
99         transforms default user coordinates to device coordinates.  */         transforms default user coordinates to device coordinates.  */
100      double ctm [6];      double ctm [6];
# Line 174  struct GFContext Line 178  struct GFContext
178      GFImageAlphaInfo alpha_info;      GFImageAlphaInfo alpha_info;
179    };    };
180    
181    
182  /* Class identifier for GFContext class.  */  /* Class identifier for GFContext class.  */
183  extern CFTypeID _GFContextTypeID;  extern CFTypeID _GFContextTypeID;
184  extern GFContextRef _GFContextAllocate (void);  extern GFContextRef _GFContextAllocate (void);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26