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

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

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

revision 1.12 by ksterker, Sun Feb 23 23:14:34 2003 UTC revision 1.13 by ksterker, Mon Oct 25 06:55:01 2004 UTC
# Line 1  Line 1 
1  /*  /*
2     $Id$     $Id$
3        
4     (C) Copyright 2000/2001 Joel Vennin     (C) Copyright 2000/2001/2004 Joel Vennin
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 24  Line 24 
24    
25  #include "str_hash.h"  #include "str_hash.h"
26  #include "win_theme.h"  #include "win_theme.h"
27  #include "win_font.h"  #include "win_ttf.h"
28    
29  #ifndef SWIG  #ifndef SWIG
30  using namespace std;    using namespace std;  
# Line 161  public: Line 161  public:
161      /**      /**
162       * Empty for now       * Empty for now
163       */       */
164      static void init ();      static void init (const string & font);
165            
166      /**      /**
167       * Delete all themes and fonts currently loaded.       * Delete all themes and fonts currently loaded.
# Line 225  public: Line 225  public:
225   private:   private:
226  #ifndef SWIG  #ifndef SWIG
227      static hash_map<string, win_theme *> theme;      static hash_map<string, win_theme *> theme;
228      static hash_map<string, win_font *> font;      static hash_map<string, win_ttf *> font;
229            
230      list<win_base *> wnd_list;      list<win_base *> wnd_list;
231      list<win_base *>::iterator current;      list<win_base *>::iterator current;
232      win_base *wnd_focus;      win_base *wnd_focus;
233      win_manager *prev;      win_manager *prev;
234        static string font_file;
235  #endif // SWIG  #endif // SWIG
236  };  };
237    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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