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 <ideasman42@gmail.com>2021-04-30 08:16:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-30 08:16:04 +0300
commit5a40c7952007a59bab2ae952d31885e6814c713e (patch)
tree5a325210dc219538e81801716e32d841ba8325c2 /source/blender/editors/include
parenta9a048c726c1f8bbd99f711f93d28ea37027728a (diff)
parent2ed847317e7da8de86846766c54f40c5ee7cee73 (diff)
Merge branch 'blender-v2.93-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 419239d5b7a..c46f0f78eb5 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -304,6 +304,7 @@ void ED_operatortypes_workspace(void);
/* operators; context poll callbacks */
bool ED_operator_screenactive(struct bContext *C);
+bool ED_operator_screenactive_nobackground(struct bContext *C);
bool ED_operator_screen_mainwinactive(struct bContext *C);
bool ED_operator_areaactive(struct bContext *C);
bool ED_operator_regionactive(struct bContext *C);