[Scummvm-cvs-logs] SF.net SVN: scummvm:[44975] scummvm/trunk/engines/sci/gui/gui.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon Oct 12 12:34:31 CEST 2009
Revision: 44975
http://scummvm.svn.sourceforge.net/scummvm/?rev=44975&view=rev
Author: m_kiewitz
Date: 2009-10-12 10:34:31 +0000 (Mon, 12 Oct 2009)
Log Message:
-----------
SCI/newgui: kDrawControl (icon) now also calls BitsShow()
Modified Paths:
--------------
scummvm/trunk/engines/sci/gui/gui.cpp
Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp 2009-10-12 10:33:36 UTC (rev 44974)
+++ scummvm/trunk/engines/sci/gui/gui.cpp 2009-10-12 10:34:31 UTC (rev 44975)
@@ -377,6 +377,8 @@
if (style & 0x20) {
_gfx->FrameRect(rect);
}
+ if (!_screen->_picNotValid)
+ _gfx->BitsShow(rect);
} else {
_gfx->InvertRect(rect);
_gfx->BitsShow(rect);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list