logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

remove_display_switch_callback - Removes a switching notification callback. Allegro game programming

Description

       Removes a notification callback that was previously installed by  calling  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.

Name

       remove_display_switch_callback  -  Removes  a  switching  notification callback. Allegro game programming
       library.

See Also

set_display_switch_callback(3alleg4)

Allegro                                           version 4.4.3          remove_display_switch_callback(3alleg4)

Synopsis

#include<allegro.h>voidremove_display_switch_callback(void(*cb)());

See Also