Fwd: Re: [AD] window resizing |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Jon Rafkind wrote:
> In answer to your other email, I suppose you're
> right. If there is a
> context switch right when SCREEN_H is read then the
> results will be
> incorrect.
>
> Becuase the screen bitmap can now change at any
> time, the user will be
> required to call acquire_screen()/release_screen()
> whenever accessing
> the screen. The user should be doing this anyway but
> becuase there was
> never any way for screen to be modified was not
> required.
mm, so would acquire_screen() be differn't then
aquire_bitmap(screen) now?