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_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index 762fba29947..46b8a9b34de 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -81,7 +81,7 @@ typedef enum {
AE_TOP_TO_BOTTOMRIGHT,
/** Region located at the top, _bottom_ edge is action zone.
* Region minimized to the top left */
- AE_BOTTOM_TO_TOPLEFT
+ AE_BOTTOM_TO_TOPLEFT,
} AZEdge;
typedef enum {