adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src prefs.cc,1.23,1.24


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src prefs.cc,1.23,1.24
Date: Sun, 15 Sep 2002 11:52:28 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv5198/src

Modified Files:
        prefs.cc 
Log Message:
Some compilation fixes and version number upgrading for the upcoming
release.


Index: prefs.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/prefs.cc,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** prefs.cc    29 Jul 2002 13:00:49 -0000      1.23
--- prefs.cc    15 Sep 2002 15:52:26 -0000      1.24
***************
*** 43,53 ****
  {
      // set some default values where possible
      screen_mode = 0;                // Fullscreen
! #ifdef QTOPIA
      double_screen = 0;              // Double screen
  #else
      double_screen = 1;              // Double screen
  #endif
!     quick_load = 1;                 // Quick-load enabled
      audio_channels = 1;             // Stereo
      audio_resolution = 1;           // 16 bit
--- 43,57 ----
  {
      // set some default values where possible
+ #ifdef WIN32
+     screen_mode = 1;                // Fullscreen
+  #else
      screen_mode = 0;                // Fullscreen
! #endif
! #if defined (QTOPIA) || defined (WIN32)
      double_screen = 0;              // Double screen
  #else
      double_screen = 1;              // Double screen
  #endif
!     quick_load = 0;                 // Quick-load disabled
      audio_channels = 1;             // Stereo
      audio_resolution = 1;           // 16 bit





reply via email to

[Prev in Thread] Current Thread [Next in Thread]