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
gfx_mode_select_ex(3) Allegro manual gfx_mode_select_ex(3)

gfx_mode_select_ex - Extended version of the graphics mode selection dialog. Allegro game programming library.

#include <allegro.h>

int gfx_mode_select_ex(int *card, int *w, int *h, int *color_depth);

Extended version of the graphics mode selection dialog, which also allows the user to select the color depth.

As with gfx_mode_select, the values stored at the addresses passed to the function will be used as suggestions for the initial selections in the dialog, defaulting to the first entry in each list if the values are not found. Initialize the data stored at the addresses passed to the function to the value of 0 or -1 if you want to ensure that the initial selection for each list will be the first entry.

If the dialog is OK'd, it stores the selections at the addresses passed to the function.

See the gfx_mode_select_filter function for the return values.

gfx_mode_select(3), gfx_mode_select_filter(3), set_color_depth(3), set_gfx_mode(3), gui_fg_color(3), ex3d(3), exscn3d(3), exswitch(3), exupdate(3), exzbuf(3)
version 4.4.3 Allegro

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.