]> granicus.if.org Git - nethack/commit
win32_gui: flicker mitigation
authorAlex Kompel <barbos+nethack@gmail.com>
Thu, 11 Jun 2015 02:18:56 +0000 (19:18 -0700)
committerAlex Kompel <barbos+nethack@gmail.com>
Thu, 11 Jun 2015 02:18:56 +0000 (19:18 -0700)
commitad654cdc614e01e32ae11b42c58155020f63a785
treed9cbc02d722732ea2efa2c084637cc4fbb876725
parent3b158eaa4ae616b19566da0454194ccdfd128a7c
win32_gui: flicker mitigation
   - do not invalidate window area if tile has not actually changed
   - do not erase backround when invalidating the tile
   - use NO_GLYPH for uninitialized map areas (as opposed to -1)
win/win32/mhmap.c