Re: [AD] windows resizing regression |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 8 Nov 2010, at 22:41 , Trent Gamblin wrote:
> Just look at the examples. ex_resize, ex_fs_resize, and ex_fs_window are the only
> ones that call al_resize_display. And ex_fs_window is the only one that currently
> doesn't have a call to al_acknowledge_resize. It was planned that way from the beginning by Elias and I. Something may have changed that I missed, or something may
> need to change, and that's fine...
What I described is what I've always understood the behaviour to be.
> And the original reason for the al_acknowledge_resize was that on X11 you have to wait
> for an event to come to tell you when you can resize the display, which could take an
> indeterminate amount of time.
I thought it was about not changing the size of the backbuffer on the user in the middle of a graphic update.
Evert