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>2011-03-19 08:06:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-19 08:06:06 +0300
commite9005b985ef283d952aaaa7486d42ad6a48fb117 (patch)
tree917221e91452b5075f710b9e5639d8d2b4b539ed /source/blender/windowmanager/intern/wm_init_exit.c
parent3b8d4aa25f23f1c4c1d9a42e6c876333c4f2c6d2 (diff)
remove some redundant vars, assignments & checks.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index b914f63a384..fcdcb802820 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -279,7 +279,7 @@ int WM_init_game(bContext *C)
/* full screen the area */
if(!sa->full) {
- ED_screen_full_toggle(C, wm->windows.first, sa);
+ ED_screen_full_toggle(C, win, sa);
}
/* Fullscreen */