| [Freeciv-Dev] RFC: Unifying mapview parameters[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
 Jason Short writes:
 > Each different GUI has its own parameters for the mapview, but they are 
 > almost identical.
 > 
 > GTK:
 >    map_view_x0, map_view_y0 => window origin (in mapview.h)
 >    map_canvas_store_twidth, map_canvas_store_theight =>
 >      window width and height in tiles (in gui_main.h)
 >    mapview window pixel dimensions are determined on-demand
 > 
 > XAW:
 >    (same as GTK)
 > 
 > WIN32:
 >    map_view_x, map_view_y => window origin
 >    map_win_width, map_win_height: window pixel dimensions
 >    mapview window tile dimensions are determined on-demand (I think)
      map_view_width, map_view_height: window width and height in tiles
 > 
 > MUI:
 >    map_view_x0, map_view_y0 => window origin
 >    everything else is determined on-demand
Greetings
Andreas Kemnade
 
 |  |