Re: [AD] Resizable windows on Mac OS X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Resizable windows on Mac OS X
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sun, 21 Sep 2008 10:33:56 -0600 (MDT)
On Sun, September 21, 2008 5:57 am, Evert Glebbeek said:
> Unfortunately, yes. That happens because Allegro gets sent several
> resize messages in one go. What we probably should do (in
> ex_resize2)
> is to see how many resize events there are in the queue and then
> drop
> all but the last one.
FWIW the other drivers consolidate many resize events into one (like
anything within 0.5 seconds becomes a single resize event).
Trent :{)>