summaryrefslogtreecommitdiff
path: root/navit/graphics.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-25 06:21:32 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-25 06:21:32 +0000
commit3849da63ead4ebaebdcf2a19d186f60eec359834 (patch)
treeccca675212fbe20815280138c63cc578a38b92e4 /navit/graphics.h
parentae972a6a5661efb1fe56f9da8b39d5fef3fda148 (diff)
downloadnavit-svn-3849da63ead4ebaebdcf2a19d186f60eec359834.tar.gz
Fix:Core:Set minimum line width
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2233 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics.h')
-rw-r--r--navit/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index 300c72d3..b5cd05f5 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -140,6 +140,7 @@ struct graphics_gc *graphics_gc_new(struct graphics *gra);
void graphics_gc_destroy(struct graphics_gc *gc);
void graphics_gc_set_foreground(struct graphics_gc *gc, struct color *c);
void graphics_gc_set_background(struct graphics_gc *gc, struct color *c);
+void graphics_gc_set_stipple(struct graphics_gc *gc, struct graphics_image *img);
void graphics_gc_set_linewidth(struct graphics_gc *gc, int width);
void graphics_gc_set_dashes(struct graphics_gc *gc, int width, int offset, unsigned char dash_list[], int n);
struct graphics_image *graphics_image_new_scaled(struct graphics *gra, char *path, int w, int h);