Tj Holowaychuk 15 years ago
parent
commit
d351a9451c
  1. 5
      src/context2d.h

5
src/context2d.h

@ -20,7 +20,10 @@ typedef struct {
} rgba_t; } rgba_t;
/* /*
* State struct used in conjunction with Save()/Restore(). * State struct.
*
* Used in conjunction with Save() / Restore() since
* cairo's gstate maintains only a single source pattern at a time.
*/ */
typedef struct { typedef struct {

Loading…
Cancel
Save