* F11 now nicely pops/pushes a window again

* works (for OSX) only with the commit I did in Ghost 1 minute ago!
* needs to be checked for all other OS's.
This commit is contained in:
2003-07-09 16:02:39 +00:00
parent 0a5145c118
commit 5aa8ac36a1
3 changed files with 53 additions and 24 deletions

View File

@@ -298,7 +298,7 @@ static LinkNode *save_and_reset_all_scene_cfra(void)
Scene *sc;
for (sc= G.main->scene.first; sc; sc= sc->id.next) {
BLI_linklist_prepend(&storelist, (void*) sc->r.cfra);
BLI_linklist_prepend(&storelist, (void*) (long) sc->r.cfra);
sc->r.cfra= 1;
set_scene_bg(sc);