summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-03 13:20:50 +0200
committerGitHub <noreply@github.com>2018-05-03 13:20:50 +0200
commit4f0a71add58dee6bd5b91c76e60f1db3a1efc33f (patch)
tree866ad532f323c83b96853e085303d159983b02fb
parentb00888777c17108c09c827070c7189c855b2ead2 (diff)
downloadnavit-4f0a71add58dee6bd5b91c76e60f1db3a1efc33f.tar.gz
add draw_mode_begin_clear
-rw-r--r--navit/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index befeb8e2b..ae756bbb6 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -42,7 +42,7 @@ struct mapset;
/* This enum must be synchronized with the constants in NavitGraphics.java. */
enum draw_mode_num {
- draw_mode_begin, draw_mode_end
+ draw_mode_begin, draw_mode_end, draw_mode_begin_clear
};
struct graphics_priv;