ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pangoopengl.h
(Generate patch)

Comparing deliantra/Deliantra-Client/pangoopengl.h (file contents):
Revision 1.3 by root, Sun Aug 13 15:14:17 2006 UTC vs.
Revision 1.4 by root, Sat Aug 11 12:07:54 2007 UTC

50 50
51/* Calls for applications */ 51/* Calls for applications */
52 52
53void 53void
54pango_opengl_render_layout_subpixel (PangoLayout *layout, 54pango_opengl_render_layout_subpixel (PangoLayout *layout,
55 rc_t *rc,
55 int x, int y, 56 int x, int y,
56 float r, float g, float b, float a, 57 float r, float g, float b, float a,
57 int flags); 58 int flags);
58 59
59void 60void
60pango_opengl_render_layout (PangoLayout *layout, 61pango_opengl_render_layout (PangoLayout *layout,
62 rc_t *rc,
61 int x, int y, 63 int x, int y,
62 float r, float g, float b, float a, 64 float r, float g, float b, float a,
63 int flags); 65 int flags);
64 66
65GType pango_opengl_font_map_get_type (void); 67GType pango_opengl_font_map_get_type (void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines