.\" Generated by the Allegro makedoc utility .TH gfx_mode_select 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME gfx_mode_select \- Displays the Allegro graphics mode selection dialog.\& .SH SYNOPSIS .B #include .sp .B int gfx_mode_select(int *card, int *w, int *h); .SH DESCRIPTION Displays the Allegro graphics mode selection dialog, which allows the user to select a screen mode and graphics card. Stores the selection in the three variables, and returns zero if it was closed with the Cancel button or non-zero if it was OK'd. The initial values of card, w, h are not used. .SH SEE ALSO .BR gfx_mode_select_ex (3), .BR gfx_mode_select_filter (3), .BR set_gfx_mode (3), .BR gui_fg_color (3)