diff options
author | Eric Anholt <eric@anholt.net> | 2007-10-19 16:34:54 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-10-19 16:34:54 -0700 |
commit | 4b14c9a9cd2033d3839c4ba364d41ab4c4b198ab (patch) | |
tree | 6e3f56b4098999f8bc8e2b6f2e512a603d6bb8b0 /miext/cw/cw.h | |
parent | a3a95d3475dc91ed2e8a55bf484a6b3f2b5ac32a (diff) |
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Not all of the DDX/miext Glyphs hook implementations have been removed, but
they should be.
Diffstat (limited to 'miext/cw/cw.h')
-rw-r--r-- | miext/cw/cw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miext/cw/cw.h b/miext/cw/cw.h index 8e42ac256..a83949dc9 100644 --- a/miext/cw/cw.h +++ b/miext/cw/cw.h @@ -98,7 +98,6 @@ typedef struct { ValidatePictureProcPtr ValidatePicture; CompositeProcPtr Composite; - GlyphsProcPtr Glyphs; CompositeRectsProcPtr CompositeRects; TrapezoidsProcPtr Trapezoids; |