jdorje: Fix a bug where map_expose would draw out-of...
[email protected] Thu, 6 Oct 2005 09:11:09 -0700
| Newsgroups | gmane.games.freeciv.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated notification of a change to freeciv cvs, on Thu Oct 6 09:09:59 PDT 2005 = Thu Oct 6 16:09:59 2005 (GMT) by Jason Dorje Short <[email protected]> ---- Files affected: freeciv/client control.c mapview_common.c mapview_common.h packhand.c freeciv/client/gui-gtk-2.0 mapview.c freeciv/client/gui-win32 mapview.c freeciv/client/gui-xaw mapview.c ---- Log message: Tag: HEAD Fix a bug where map_expose would draw out-of-sync data because it didn't call unqueue_mapview_updates. Patch by me in PR#14194.