Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_userpref/space_userpref.c
| Show First 20 Lines • Show All 130 Lines • ▼ Show 20 Lines | static void userpref_header_region_init(wmWindowManager *UNUSED(wm), ARegion *ar) | ||||
| ED_region_header_init(ar); | ED_region_header_init(ar); | ||||
| } | } | ||||
| static void userpref_header_region_draw(const bContext *C, ARegion *ar) | static void userpref_header_region_draw(const bContext *C, ARegion *ar) | ||||
| { | { | ||||
| ED_region_header(C, ar); | ED_region_header(C, ar); | ||||
| } | } | ||||
| static void userpref_main_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegion *UNUSED(ar), wmNotifier *UNUSED(wmn)) | static void userpref_main_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegion *UNUSED(ar), | ||||
| wmNotifier *UNUSED(wmn), const Scene *UNUSED(scene)) | |||||
| { | { | ||||
| /* context changes */ | /* context changes */ | ||||
| } | } | ||||
| static void userpref_header_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegion *UNUSED(ar), wmNotifier *UNUSED(wmn)) | static void userpref_header_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegion *UNUSED(ar), | ||||
| wmNotifier *UNUSED(wmn), const Scene *UNUSED(scene)) | |||||
| { | { | ||||
| /* context changes */ | /* context changes */ | ||||
| #if 0 | #if 0 | ||||
| switch (wmn->category) { | switch (wmn->category) { | ||||
| default: | default: | ||||
| break; | break; | ||||
| } | } | ||||
| #endif | #endif | ||||
| ▲ Show 20 Lines • Show All 43 Lines • Show Last 20 Lines | |||||