Use single function to refresh all windows
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 21 Oct 2013 00:46:07 +0000 (20:46 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:17 +0000 (21:50 -0500)
commit7e70fab3bd42fd167252edef062ff359633550b4
treeecf682e0186c36d82fab78954fbbdac7bbb52b9c
parentb3a099e3ee32ce6b93358a9d7b637ad20fdb08c2
Use single function to refresh all windows

Use emugtk_UpdateDisplay() to replace individual calls to these functions:
  regwin_Show();
  memwin_DumpD();
  pgmwin_Disasm();
src/emugtk.c
src/emugtk.h
src/regwin.c