summaryrefslogtreecommitdiff
path: root/messagebox.c
AgeCommit message (Collapse)Author
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-02-16Use MessageBox for DisplayMenuSoeren Moch
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Split MessageBox class out of DisplayMessageSoeren Moch
So we can reuse this MessageBox code later. Signed-off-by: Soeren Moch <smoch@web.de>