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_option(3) al_set_display_option(3)

al_set_display_option - Allegro 5 API


#include <allegro5/allegro.h>
void al_set_display_option(ALLEGRO_DISPLAY *display, int option, int value)

    

Change an option that was previously set for a display. After displays are created, they take on the options set with al_set_new_display_option(3). Calling al_set_new_display_option(3) subsequently only changes options for newly created displays, and doesn’t touch the options of already created displays. al_set_display_option(3) allows changing some of these values. Not all display options can be changed or changing them will have no effect. Changing options other than those listed below is undefined.
ALLEGRO_SUPPORTED_ORIENTATIONS - This can be changed to allow new or restrict previously enabled orientations of the screen/device. See al_set_new_display_option(3) for more information on this option.

5.1.5

al_set_new_display_option(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.