Refactor|libdeng2|libgui: Independent Loop class, trimmed down LegacyCore
LegacyCore no longer contains a callback loop. Instead, GuiApp andTextApp use a Loop to produce continuous audience notifications.
The loop callback functions will be replaced by widgets' update methods.
View differences
Refactor|libdeng2|libgui: Independent Loop class, trimmed down LegacyCore
LegacyCore no longer contains a callback loop. Instead, GuiApp and
TextApp use a Loop to produce continuous audience notifications.
The loop callback functions will be replaced by widgets' update methods.