[Scummvm-cvs-logs] CVS: scummvm/gui ListWidget.cpp,1.33,1.34

Nicolas Bacca arisme at users.sourceforge.net
Mon Jan 26 18:30:25 CET 2004


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6684

Modified Files:
	ListWidget.cpp 
Log Message:
Undo old tweak not necessary anymore

Index: ListWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ListWidget.cpp	6 Jan 2004 12:45:28 -0000	1.33
+++ ListWidget.cpp	26 Jan 2004 07:34:07 -0000	1.34
@@ -218,10 +218,8 @@
 		_scrollBar->draw();
 	}
 
-#if !defined(_WIN32_WCE) && !defined(__PALM_OS__)
-	// not done on WinCE / PalmOS because keyboard is emulated and
-	// keyup is not generated
-
+#if !defined(__PALM_OS__)
+	// not done on PalmOS because keyboard is emulated and keyup is not generated
 	_currentKeyDown = keycode;
 #endif
 





More information about the Scummvm-git-logs mailing list