GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
al_set_display_flag(3) al_set_display_flag(3)

al_set_display_flag - Allegro 5 API


#include <allegro5/allegro.h>
bool al_set_display_flag(ALLEGRO_DISPLAY *display, int flag, bool onoff)

    

Enable or disable one of the display flags. The flags are the same as for al_set_new_display_flags(3). The only flags that can be changed after creation are:
ALLEGRO_FULLSCREEN_WINDOW
ALLEGRO_FRAMELESS
ALLEGRO_MAXIMIZED

Returns true if the driver supports toggling the specified flag else false. You can use al_get_display_flags(3) to query whether the given display property actually changed.

5.0.7, 5.1.2

al_set_new_display_flags(3), al_get_display_flags(3)
Allegro reference manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.