Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2001:
[Freeciv-Dev] baseline without cvs
Home

[Freeciv-Dev] baseline without cvs

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Jennifer Glover" <jglover@xxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] baseline without cvs
From: Andreas Kemnade <akemnade@xxxxxxxxxxx>
Date: Fri, 6 Jul 2001 11:13:34 +0200

Jennifer Glover writes:
 > Is it possible for some kind soul to zip up the newest baseline for
 > me?  I haven't figured out cvs yet and wanted to fix up the Windows CE
 > code.  
 > 
 > I based the gui code off the win32 code that I got from Andreas, but I
 > think that there was a problem with it.  The bitmap behind the map DC
 > doesn't ever get created/loaded into the map DC.  I might have somehow

It gets loaded into it in map_resize (in mapview.c):

  SelectObject(mapstoredc,newbmp);
  
Ups,
I should insert a 
  mapstorebitmap=newbmp;
there. So there is a memory leak if someone resizes the window.

Ok, I'll update that stuff. But the map display should work even with
this bug. 

Greetings
Andreas Kemnade


[Prev in Thread] Current Thread [Next in Thread]