Linux & Unix Commands - Search Man Pages
pop_config_state(3alleg4) [plan9 man page]
Check Out this Related Man Page
exconfig(3alleg4) Allegro manual exconfig(3alleg4)
NAME
exconfig - Using the configuration routines. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exconfig
DESCRIPTION
This is a very simple program showing how to use the Allegro configuration (ini file) routines. A first look at the example shows nothing
more than a static graphic and the wait for a key press. However, the way this graphic is displayed is configured through a custom excon-
fig.ini file which is loaded manually. From this file the example obtains parameters like fullscreen/windowed mode, a specific graphic res-
olution to set up, which graphic to show, how to blit it on the screen, etc.
SEE ALSO
BITMAP(3alleg4) , END_OF_MAIN(3alleg4) , RGB(3alleg4) , SCREEN_H(3alleg4) , SCREEN_W(3alleg4) , allegro_init(3alleg4) , allegro_message(3alleg4) ,
blit(3alleg4) , clear_bitmap(3alleg4) , destroy_bitmap(3alleg4) , font(3alleg4) , get_config_argv(3alleg4) , get_config_int(3alleg4) , get_con-
fig_string(3alleg4) , install_keyboard(3alleg4) , line(3alleg4) , load_bitmap(3alleg4) , makecol(3alleg4) , pop_config_state(3alleg4) , push_con-
fig_state(3alleg4) , readkey(3alleg4) , screen(3alleg4) , set_color_depth(3alleg4) , set_config_file(3alleg4) , set_gfx_mode(3alleg4) , set_pal-
ette(3alleg4) , stretch_blit(3alleg4) , textout_centre_ex(3alleg4) , textprintf_centre_ex(3alleg4) , ustrdup(3alleg4) , ustricmp(3alleg4)
Allegro version 4.4.2 exconfig(3alleg4)
Man Page
2 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies
2. UNIX for Advanced & Expert Users
What's your most useful shell?
/bin/sh
/bin/csh
/bin/ksh
/bin/tcsh
/bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies