[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [384] trunk/fuse/machine.c
Brought to you by:
fredm
|
From: <fr...@us...> - 2007-06-17 01:41:08
|
Revision: 384
http://svn.sourceforge.net/fuse-for-macosx/?rev=384&view=rev
Author: fredm
Date: 2007-06-16 18:41:07 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Make sure display is reset when loading a snapshot from the "same" machine.
Modified Paths:
--------------
trunk/fuse/machine.c
Modified: trunk/fuse/machine.c
===================================================================
--- trunk/fuse/machine.c 2007-06-17 01:28:16 UTC (rev 383)
+++ trunk/fuse/machine.c 2007-06-17 01:41:07 UTC (rev 384)
@@ -430,6 +430,9 @@
zxatasp_reset();
zxcf_reset();
+ /* clear out old display image ready for new one */
+ display_refresh_all();
+
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|