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

Re: [MiNT] permanent solution for redraw menu issue



Hi,

On maanantai 10 syyskuu 2012, Eero Tamminen wrote:
> On keskiviikko 05 syyskuu 2012, Eero Tamminen wrote:
> > The real problem is that there's no flag to tell that a window
> > should be fullscreen (no menubar, no borders etc).  With that
> > information, AES could handle redraws after window closes just
> > fine.
> 
> Without that, the kludge needed to get menubar drawn looks like this
> (XaAES seems to require full menu, just few root OBJECTs wasn't enough):
> ----------------------------------------
...
> ----------------------------------------

Above wasn't full menu structure, it was lacking ACC entries.


> Not particularly pretty, but feel free to copy it if you bump into
> same problem...

Apparently that causes Desktop to freeze with some applications
under XaAES (and caused bus errors with some single TOSes), when
calling menu_bar().  This is although the ACC entries aren't even shown
on screen as a result of calling menu_bar(), just the menu headings.

This issue is a bit strange though, because exactly same menu structure
didn't cause similar Desktop freezes for other apps.


	- Eero