1remove_display_switch_callback(3)Allegro manualremove_display_switch_callback(3)
2
3
4

NAME

6       remove_display_switch_callback - Removes a switching notification call‐
7       back. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void remove_display_switch_callback(void (*cb)());
14

DESCRIPTION

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

SEE ALSO

23       set_display_switch_callback(3)
24
25
26
27Allegro                          version 4.2.2remove_display_switch_callback(3)
Impressum