/[adonthell]/adonthell-0.3/src/screen.h
ViewVC logotype

Diff of /adonthell-0.3/src/screen.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by gnurou, Sat Jun 15 08:37:25 2002 UTC revision 1.25 by ksterker, Mon Oct 25 06:55:01 2004 UTC
# Line 1  Line 1 
1  /*  /*
2     $Id$     $Id$
3    
4     Copyright (C) 1999/2000/2001 Alexandre Courbot     Copyright (C) 1999/2000/2001/2004 Alexandre Courbot
5     Part of the Adonthell Project http://adonthell.linuxgames.com     Part of the Adonthell Project http://adonthell.linuxgames.com
6    
7     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 42  class screen Line 42  class screen
42  {  {
43  public:  public:
44    
     static bool dblmode;  
   
45      /**      /**
46       * The actual screen surface.       * The actual screen surface.
47       * It is publicly available so you can do fast operations on the screen.       * It is publicly available so you can do fast operations on the screen.
# Line 136  public: Line 134  public:
134       */       */
135      static string info ();      static string info ();
136    
137        static bool dbl_mode () { return dblmode; }
138        
139      /**      /**
140       * Make a nice transition effect.       * Make a nice transition effect.
141       *       *
# Line 151  private: Line 151  private:
151      static u_int32 trans;      static u_int32 trans;
152    
153      /// Whether fullscreen is on or not.      /// Whether fullscreen is on or not.
154      static bool fullscreen_;      static bool fullscreen_;
155        
156        static bool dblmode;
157  };  };
158    
159    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26