[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] force screen redraw in GEM/XAAES



Ok, so what is the current working solution to the original question?

1) copy section of screen & restore before form_dial()
2) install menu before exit, then do form_dial()

if it can defined in a reliable way (add check "if using vdi"), then I
suggest placing/creating it in a new vdi/system call (or fake
vdi/system call) like vdi_exit_fullscreen (or similar), in one of the
standard libraries that others can use for fullscreen & SDL apps (so
that other apps can take advantage of it - eg GFA if possible)

Paul