Move UI dirty tracking out of application main.cpp.

This commit is contained in:
Jared Boone 2015-08-14 21:17:23 -07:00
parent fa465c14c4
commit a9bb7c96e5
3 changed files with 20 additions and 10 deletions

View file

@ -37,7 +37,9 @@
namespace ui {
extern void dirty_event();
void dirty_set();
void dirty_clear();
bool is_dirty();
// TODO: Move these somewhere else!
// TODO: Allow l=0 to not fill/justify? Already using this way in ui_spectrum.hpp...