Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/readfile.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 7,203 Lines • ▼ Show 20 Lines | for (win = wm->windows.first; win; win = win->next) { | ||||
| direct_link_area_map(fd, &win->global_areas); | direct_link_area_map(fd, &win->global_areas); | ||||
| win->ghostwin = NULL; | win->ghostwin = NULL; | ||||
| win->gpuctx = NULL; | win->gpuctx = NULL; | ||||
| win->eventstate = NULL; | win->eventstate = NULL; | ||||
| win->cursor_keymap_status = NULL; | win->cursor_keymap_status = NULL; | ||||
| win->tweak = NULL; | win->tweak = NULL; | ||||
| #ifdef WIN32 | #ifdef WITH_IM_ONTHESPOT | ||||
| win->ime_data = NULL; | win->im_data = NULL; | ||||
| #endif | #endif | ||||
| BLI_listbase_clear(&win->queue); | BLI_listbase_clear(&win->queue); | ||||
| BLI_listbase_clear(&win->handlers); | BLI_listbase_clear(&win->handlers); | ||||
| BLI_listbase_clear(&win->modalhandlers); | BLI_listbase_clear(&win->modalhandlers); | ||||
| BLI_listbase_clear(&win->gesture); | BLI_listbase_clear(&win->gesture); | ||||
| win->active = 0; | win->active = 0; | ||||
| ▲ Show 20 Lines • Show All 3,811 Lines • Show Last 20 Lines | |||||