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:
authorTon Roosendaal <ton@blender.org>2008-11-18 16:51:02 +0300
committerTon Roosendaal <ton@blender.org>2008-11-18 16:51:02 +0300
commit13ac9079cccff2364c42ffdc708ea951dbe410ca (patch)
tree16226593a5d676f32a4ddd6f4000e84d233fa2be /source/blender/editors/screen/screen_intern.h
parentc3da1af01c1584a8e23b9c6875bcb784fec00ed5 (diff)
Cleanup of area-rip operator
- moved from WM to Screen code (it uses active area) - less code :) result of cleaning some calls - added WM_window_open() to WM API for this - now opens new window on top of area, and leaves old screen unaffected (simple, atomic, the 'do not think for user' convention :)
Diffstat (limited to 'source/blender/editors/screen/screen_intern.h')
-rw-r--r--source/blender/editors/screen/screen_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h
index 8f9a9877c89..b8e37a65a54 100644
--- a/source/blender/editors/screen/screen_intern.h
+++ b/source/blender/editors/screen/screen_intern.h
@@ -43,6 +43,7 @@ void ED_SCR_OT_move_areas(wmOperatorType *ot);
void ED_SCR_OT_split_area(wmOperatorType *ot);
void ED_SCR_OT_join_areas(wmOperatorType *ot);
void ED_SCR_OT_actionzone(wmOperatorType *ot);
+void ED_SCR_OT_area_rip(wmOperatorType *ot);
#endif /* ED_SCREEN_INTERN_H */