[Scummvm-cvs-logs] SF.net SVN: scummvm: [30707] scummvm/branches/branch-0-11-0/engines/lure/ menu.cpp

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Tue Jan 29 23:39:42 CET 2008


Revision: 30707
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30707&view=rev
Author:   Anotherguest
Date:     2008-01-29 14:39:42 -0800 (Tue, 29 Jan 2008)

Log Message:
-----------
clickable menus for symbian

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/lure/menu.cpp

Modified: scummvm/branches/branch-0-11-0/engines/lure/menu.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/lure/menu.cpp	2008-01-29 22:39:09 UTC (rev 30706)
+++ scummvm/branches/branch-0-11-0/engines/lure/menu.cpp	2008-01-29 22:39:42 UTC (rev 30707)
@@ -34,7 +34,7 @@
 #include "lure/events.h"
 #include "lure/lure.h"
 
-#if defined(_WIN32_WCE)
+#if defined(_WIN32_WCE) || defined(__SYMBIAN32__)
 #define LURE_CLICKABLE_MENUS
 #endif
 


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