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

FreeBSD Manual Pages

  
 
  

home | help
remove_displ...tch_callback(3)	Allegro	manual	remove_displ...tch_callback(3)

NAME
       remove_display_switch_callback -	Removes	a switching notification call-
       back. Allegro game programming library.

SYNOPSIS
       #include	<allegro.h>

       void remove_display_switch_callback(void	(*cb)());

DESCRIPTION
       Removes	a notification callback	that was previously installed by call-
       ing set_display_switch_callback(). All the callbacks will automatically
       be removed when you call	set_display_switch_mode(). You can safely call
       this function even if the callback you want to remove is	not installed.

SEE ALSO
       set_display_switch_callback(3)

Allegro				 version 4.4.3	remove_displ...tch_callback(3)

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

home | help