Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2004:
[Freeciv-Dev] (PR#7312) panel resize should change overview_tile_width/o
Home

[Freeciv-Dev] (PR#7312) panel resize should change overview_tile_width/o

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7312) panel resize should change overview_tile_width/overview_tile_height
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Jan 2004 22:50:30 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7312 >

When the panel is resized to a new width x, the code should call
something like

  OVERVIEW_TILE_WIDTH = x / map.xsize;
  OVERVIEW_TILE_HEIGHT = OVERVIEW_TILE_WIDTH;
  refresh_overview_canvas();

jason



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7312) panel resize should change overview_tile_width/overview_tile_height, Jason Short <=