Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
push_config_state(3)		Allegro	manual		  push_config_state(3)

NAME
       push_config_state  -  Pushes  the  current configuration	state. Allegro
       game programming	library.

SYNOPSIS
       #include	<allegro.h>

       void push_config_state();

DESCRIPTION
       Pushes the current  configuration  state	 (filename,  variable  values,
       etc).  onto an internal stack, allowing you to select some other	config
       source  and  later  restore  the	 current  settings by calling pop_con-
       fig_state().  This function is mostly  intended	for  internal  use  by
       other library functions,	for example when you specify a config filename
       to the save_joystick_data() function, it	pushes the config state	before
       switching to the	file you specified.

SEE ALSO
       pop_config_state(3),  set_config_file(3), save_joystick_data(3),	excon-
       fig(3)

Allegro				 version 4.4.3		  push_config_state(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=push_config_state&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help