Re: [AD] windows resizing regression |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-11-07, Trent Gamblin <trent@xxxxxxxxxx> wrote:
> A patch is attached. The only problem I find after this is with
> ex_resize and opengl. That has been wrong for a long time though.
> I'm not sure of the cause.
I only did a quick test right now, but it seems to have worked
on ex_resize(d3d), ex_resize2 and speed.
ex_fs_window still has the problem I described.
ex_resize(opengl) is problematic as you said.
When running in MSVC I get three messages of the form:
The thread 'Win32 Thread' (0xd34) has exited with code 0 (0x0).
every time a window changes size. Are we creating and destroying
threads on every resize, or is it something else?
Peter