/[enigma]/enigma/src/d_engine.hh
ViewVC logotype

Diff of /enigma/src/d_engine.hh

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

revision 1.10 by dheck, Sun Jun 15 10:30:01 2003 UTC revision 1.11 by reallysoft, Sun Jun 15 16:47:35 2003 UTC
# Line 137  namespace display Line 137  namespace display
137          ** DisplayLayer interface.          ** DisplayLayer interface.
138          */          */
139          virtual void draw (px::GC &gc, const WorldArea &a, int x, int y) = 0;          virtual void draw (px::GC &gc, const WorldArea &a, int x, int y) = 0;
140          virtual void draw_onepass (px::GC &gc) {}          virtual void draw_onepass (px::GC &/*gc*/) {}
141  //        virtual void notify_expose (px::Rect &area) {}  //        virtual void notify_expose (px::Rect &area) {}
142          virtual void tick (double /*dtime*/) {}          virtual void tick (double /*dtime*/) {}
143          virtual void new_world (int /*w*/, int /*h*/) {}          virtual void new_world (int /*w*/, int /*h*/) {}
# Line 335  namespace display Line 335  namespace display
335          {          {
336          }          }
337    
338          void draw (px::GC &gc, const WorldArea &a, int x, int y)          void draw (px::GC &/*gc*/, const WorldArea &/*a*/, int /*x*/, int /*y*/)
339          {}          {}
340          void draw_onepass (px::GC &gc);          void draw_onepass (px::GC &gc);
341    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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