Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-12-28 14:32:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-28 14:32:49 +0400
commit8c00c57187bcba069231e49e096a1982c330528a (patch)
treeeae22165d97850a3cd1b72b9c57acd6f8ab648bd /source/blender/makesdna/DNA_screen_types.h
parent37760c0ad0a8f86362b3af9bacba620fd888df6c (diff)
style cleanup: var naming for ui list
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 5d8176c8021..d6100dcdbce 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -181,7 +181,7 @@ typedef struct ARegion {
ListBase uiblocks; /* uiBlock */
ListBase panels; /* Panel */
- ListBase uiLists; /* uiList */
+ ListBase ui_lists; /* uiList */
ListBase handlers; /* wmEventHandler */
struct wmTimer *regiontimer; /* blend in/out */