From 12258dcd258dd821a30314bd4d9bd101e6061daf Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 17 Feb 2005 14:02:03 +0000 Subject: [PATCH] Full screen options... --- apps/nexus/nexusview.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/nexus/nexusview.cpp b/apps/nexus/nexusview.cpp index 19cb7ec2..6196c3d2 100644 --- a/apps/nexus/nexusview.cpp +++ b/apps/nexus/nexusview.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.38 2005/02/16 15:52:09 ponchio +qualche opzione in piu' , tolti i grafici + Revision 1.37 2005/02/15 15:55:36 ponchio aggiunta delle sphere @@ -288,6 +291,7 @@ int main(int argc, char *argv[]) { case 'w': width = atoi(optarg); break; case 'h': height = atoi(optarg); break; case 'p': preload = false; nexus.SetPreload(preload); break; + case 'f': fullscreen = true; break; default: cerr << "Unknow option.\n"; break; }