Fix typo that broke build on OSX.

This commit is contained in:
Ken Hughes
2010-09-26 23:58:16 +00:00
parent 606b800c46
commit 98ead2ff4e

View File

@@ -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)