[cairo-commit] roadster/include scenemanager.h,1.3,1.4
Ian McIntosh
commit at pdx.freedesktop.org
Tue Feb 22 17:44:41 PST 2005
- Previous message: [cairo-commit] cairo/src cairo-features.h.in, 1.15,
1.16 cairo-glitz.h, 1.2, 1.3 cairo-pdf.h, 1.2, 1.3 cairo-png.h,
1.2, 1.3 cairo-ps.h, 1.2, 1.3 cairo-quartz.h, 1.3,
1.4 cairo-xcb.h, 1.2, 1.3 cairo-xlib.h, 1.7, 1.8 cairo.c, 1.53,
1.54 cairo.h, 1.74, 1.75 cairo_color.c, 1.12,
1.13 cairo_fixed.c, 1.9, 1.10 cairo_font.c, 1.34,
1.35 cairo_gstate.c, 1.83, 1.84 cairo_hull.c, 1.7,
1.8 cairo_image_surface.c, 1.23, 1.24 cairo_matrix.c, 1.16,
1.17 cairo_path.c, 1.18, 1.19 cairo_path_bounds.c, 1.14,
1.15 cairo_path_fill.c, 1.13, 1.14 cairo_path_stroke.c, 1.19,
1.20 cairo_pen.c, 1.20, 1.21 cairo_png_surface.c, 1.15,
1.16 cairo_polygon.c, 1.11, 1.12 cairo_ps_surface.c, 1.21,
1.22 cairo_slope.c, 1.7, 1.8 cairo_spline.c, 1.13,
1.14 cairo_surface.c, 1.41, 1.42 cairo_traps.c, 1.21,
1.22 cairo_xcb_surface.c, 1.15, 1.16 cairo_xlib_surface.c,
1.43, 1.44 cairoint.h, 1.94, 1.95
- Next message: [cairo-commit] roadster ChangeLog,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster/include
In directory gabe:/tmp/cvs-serv11777/include
Modified Files:
scenemanager.h
Log Message:
* main.c: Added call to init scenemanager.
* scenemanager.c: Added quasi-hack to prevent road/label names from showing up twice on one screen.
* map.c: Request permission from scenemanager before drawing a label.
Index: scenemanager.h
===================================================================
RCS file: /cvs/cairo/roadster/include/scenemanager.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scenemanager.h 22 Feb 2005 17:12:25 -0000 1.3
+++ scenemanager.h 23 Feb 2005 01:44:39 -0000 1.4
@@ -22,3 +22,7 @@
*/
void scenemanager_init(void);
+gboolean scenemanager_can_draw_label(const gchar* pszLabel);
+void scenemanager_label_drawn(const gchar* pszLabel);
+void scenemanager_clear(void);
+
- Previous message: [cairo-commit] cairo/src cairo-features.h.in, 1.15,
1.16 cairo-glitz.h, 1.2, 1.3 cairo-pdf.h, 1.2, 1.3 cairo-png.h,
1.2, 1.3 cairo-ps.h, 1.2, 1.3 cairo-quartz.h, 1.3,
1.4 cairo-xcb.h, 1.2, 1.3 cairo-xlib.h, 1.7, 1.8 cairo.c, 1.53,
1.54 cairo.h, 1.74, 1.75 cairo_color.c, 1.12,
1.13 cairo_fixed.c, 1.9, 1.10 cairo_font.c, 1.34,
1.35 cairo_gstate.c, 1.83, 1.84 cairo_hull.c, 1.7,
1.8 cairo_image_surface.c, 1.23, 1.24 cairo_matrix.c, 1.16,
1.17 cairo_path.c, 1.18, 1.19 cairo_path_bounds.c, 1.14,
1.15 cairo_path_fill.c, 1.13, 1.14 cairo_path_stroke.c, 1.19,
1.20 cairo_pen.c, 1.20, 1.21 cairo_png_surface.c, 1.15,
1.16 cairo_polygon.c, 1.11, 1.12 cairo_ps_surface.c, 1.21,
1.22 cairo_slope.c, 1.7, 1.8 cairo_spline.c, 1.13,
1.14 cairo_surface.c, 1.41, 1.42 cairo_traps.c, 1.21,
1.22 cairo_xcb_surface.c, 1.15, 1.16 cairo_xlib_surface.c,
1.43, 1.44 cairoint.h, 1.94, 1.95
- Next message: [cairo-commit] roadster ChangeLog,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list