/[enigma]/enigma/src/display.cc
ViewVC logotype

Diff of /enigma/src/display.cc

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

revision 1.32 by reallysoft, Sun Jul 6 12:39:18 2003 UTC revision 1.33 by reallysoft, Mon Jul 7 21:13:24 2003 UTC
# Line 1742  void display::Redraw(Screen *screen) { Line 1742  void display::Redraw(Screen *screen) {
1742  void display::ResizeGameArea (int w, int h) {  void display::ResizeGameArea (int w, int h) {
1743      gamedpy->resize_game_area (w, h);      gamedpy->resize_game_area (w, h);
1744  }  }
1745    const Rect& display::GetGameArea () {
1746        return gamedpy->get_engine()->get_area();
1747    }
1748    
1749  RubberHandle  RubberHandle
1750  display::AddRubber (const V2 &p1, const V2 &p2)  display::AddRubber (const V2 &p1, const V2 &p2)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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