[AD] al_acknowledge_resize parameter |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Hi,
I was a bit surprised to see that al_acknowledge_resize() does not take
an argument. In a multi-window program, if you don't set the current
display before acknowledging a resize event, that's a bug, and an easy
one to make. So I think al_acknowledge_resize should take the display
as a parameter.
It's a little inconsistent with the other functions, but it's also
special as the program is not in control of which display is being
resized.
Peter