Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_text/space_text.c
| Show All 24 Lines | |||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "UI_view2d.h" | #include "UI_view2d.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "text_format.h" | #include "text_format.h" | ||||
| #include "text_intern.h" /* own include */ | #include "text_intern.h" /* own include */ | ||||
| /* ******************** default callbacks for text space ***************** */ | /* ******************** default callbacks for text space ***************** */ | ||||
| static SpaceLink *text_create(const ScrArea *UNUSED(area), const Scene *UNUSED(scene)) | static SpaceLink *text_create(const ScrArea *UNUSED(area), const Scene *UNUSED(scene)) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 425 Lines • Show Last 20 Lines | |||||