Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/include/ED_markers.h')
-rw-r--r--source/blender/editors/include/ED_markers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h
index c0b5ba6ecf8..cb065646f0a 100644
--- a/source/blender/editors/include/ED_markers.h
+++ b/source/blender/editors/include/ED_markers.h
@@ -42,8 +42,8 @@ struct TimeMarker;
/* flags for drawing markers */
enum {
- DRAW_MARKERS_LINES = (1<<0),
- DRAW_MARKERS_LOCAL = (1<<1)
+ DRAW_MARKERS_LINES = (1 << 0),
+ DRAW_MARKERS_LOCAL = (1 << 1)
};
void draw_markers_time(const struct bContext *C, int flag);
@@ -78,4 +78,3 @@ void ED_marker_keymap_animedit_conflictfree(struct wmKeyMap *keymap);
void debug_markers_print_list(struct ListBase *markers);
#endif /* __ED_MARKERS_H__ */
-