Re: [AD] Proposed documentation about GFX_TEXT |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-01-24, Grzegorz Adam Hankiewicz <gradha@xxxxxxxxxx> wrote:
>
> Or maybe a new function like al_close_gfx_mode, which is more explicit,
> could be created to help cleaning the internals of set_gfx_mode in the
> far distant future? It's certainly weird to set a driver which closes
> things, kind of clicking on windows' start button to shut down...
If we have multiple windows support, then set_gfx_mode(GFX_TEXT, ...)
is definitely out.
Maybe:
BITMAP *screen = al_install_display(...);
al_remove_display(screen);