Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator_args.c
| Context not available. | |||||
| CTX_data_scene_set(C, scene); | CTX_data_scene_set(C, scene); | ||||
| /* Set the scene of the first window, see: T55991, | /* Set the scene of the first window, see: T55991, | ||||
| * otherwise scrips that run later won't get this scene back from the context. */ | * otherwise scripts that run later won't get this scene back from the context. */ | ||||
| wmWindow *win = CTX_wm_window(C); | wmWindow *win = CTX_wm_window(C); | ||||
| if (win == NULL) { | if (win == NULL) { | ||||
| win = CTX_wm_manager(C)->windows.first; | win = CTX_wm_manager(C)->windows.first; | ||||
| Context not available. | |||||