From b36eb7e4522eab4f73a0b25a1c2c9130e17b7b5e Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Sat, 30 May 2009 04:16:24 +0000 Subject: * Updated blender 2.5 default setup Simplified and started from a clean slate, without much of the hidden existing space data that was hanging around in the old one. One issue I found is that saving the startup file from Blender 2.5 also saves the window size and location. This means the version I just saved would open up strangely on other screen sizes/setups. I added code to reset this to default when loading it up from the version compiled into the Blender binary, but perhaps Ton/ Brecht might want to check the diff. --- source/blender/windowmanager/wm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager/wm.h') diff --git a/source/blender/windowmanager/wm.h b/source/blender/windowmanager/wm.h index fd5cbe3ff4f..e91cbe6b204 100644 --- a/source/blender/windowmanager/wm.h +++ b/source/blender/windowmanager/wm.h @@ -44,6 +44,7 @@ extern void wm_close_and_free_all(bContext *C, ListBase *); extern void wm_add_default(bContext *C); extern void wm_check(bContext *C); +extern void wm_clear_default_size(bContext *C); /* register to windowmanager for redo or macro */ void wm_operator_register(wmWindowManager *wm, wmOperator *op); -- cgit v1.2.3