Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_user_menu.c
| Show All 28 Lines | |||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "ED_screen.h" | #include "ED_screen.h" | ||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Internal Utilities | /** \name Internal Utilities | ||||
| * \{ */ | * \{ */ | ||||
| static const char *screen_menu_context_string(const bContext *C, const SpaceLink *sl) | static const char *screen_menu_context_string(const bContext *C, const SpaceLink *sl) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 271 Lines • Show Last 20 Lines | |||||