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:
authorKen Hughes <khughes@pacific.edu>2010-09-27 03:58:16 +0400
committerKen Hughes <khughes@pacific.edu>2010-09-27 03:58:16 +0400
commit98ead2ff4e9a96238ef3408b01f50ea35f1a2888 (patch)
treeada3bbac7c65908144ca0fca879a44aad0f98925 /source/blender/windowmanager/intern/wm_window.c
parent606b800c46585335d046bf565a145244b9277e63 (diff)
Fix typo that broke build on OSX.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_window.c')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 4baad110232..328c3e80259 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -307,7 +307,7 @@ static void wm_window_add_ghostwindow(bContext *C, wmWindowManager *wm, char *ti
#if defined(__APPLE__) && !defined(GHOST_COCOA)
{
extern int macPrefState; /* creator.c */
- inital_state += macPrefState;
+ initial_state += macPrefState;
}
#endif
/* Disable AA for now, as GL_SELECT (used for border, lasso, ... select)