1remove_display_switch_callback(3)Allegro manualremove_display_switch_callback(3)
2
3
4
6 remove_display_switch_callback - Removes a switching notification call‐
7 back. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void remove_display_switch_callback(void (*cb)());
14
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
23 set_display_switch_callback(3)
24
25
26
27Allegro version 4.2.3remove_display_switch_callback(3)