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:
authorCampbell Barton <campbell@blender.org>2022-03-30 03:38:24 +0300
committerCampbell Barton <campbell@blender.org>2022-03-30 03:38:24 +0300
commit9ae98f305a4c2ef226ad7319135aae0a7e811ed4 (patch)
tree4dce46ab06982a95a6af32337d48332b2fb0f2b0 /source/blender/makesdna/DNA_screen_types.h
parentbe8270bc76ef873adb646b97abcf925beae90137 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index d32757cc868..c1eee109630 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -540,7 +540,7 @@ enum {
AREA_FLAG_STACKED_FULLSCREEN = (1 << 7),
/** Update action zones (even if the mouse is not intersecting them). */
AREA_FLAG_ACTIONZONES_UPDATE = (1 << 8),
- /** For offscreen areas. */
+ /** For off-screen areas. */
AREA_FLAG_OFFSCREEN = (1 << 9),
};