Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » Toggling ALLEGRO_RESIZABLE / ALLEGRO_NOFRAME

This thread is locked; no one can reply to it. rss feed Print
Toggling ALLEGRO_RESIZABLE / ALLEGRO_NOFRAME
DamienBlack
Member #12,118
July 2010

It seems like we should be able to toggle ALLEGRO_RESIZABLE. Is that a possibility?

Also, when toggling ALLEGRO_NOFRAME the on/off flag seems backward.

al_toggle_display_flag(display, ALLEGRO_NOFRAME, false);
will give a display without a frame

al_toggle_display_flag(display, ALLEGRO_NOFRAME, true);
will give a display with a frame

Is it just me or does it seem like setting NOFRAME to true would give me no frame?

Elias
Member #358
May 2000

Which platform?

--
"Either help out or stop whining" - Evert

Go to: