Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

remove_display_switch_callback(3alleg4) [opendarwin man page]

remove_display_switch_callback(3alleg4) 			  Allegro manual			   remove_display_switch_callback(3alleg4)

NAME
remove_display_switch_callback - Removes a switching notification callback. 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 calling set_display_switch_callback(). All the callbacks will automati- cally 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(3alleg4) Allegro version 4.4.2 remove_display_switch_callback(3alleg4)

Check Out this Related Man Page

set_display_switch_callback(3alleg4)				  Allegro manual			      set_display_switch_callback(3alleg4)

NAME
set_display_switch_callback - Installs a switching notification callback. Allegro game programming library. SYNOPSIS
#include <allegro.h> int set_display_switch_callback(int dir, void (*cb)()); DESCRIPTION
Installs a notification callback for the switching mode that was previously selected by calling set_display_switch_mode(). The direction parameter can either be SWITCH_IN or SWITCH_OUT, depending whether you want to be notified about switches away from your program or back to your program. You can sometimes install callbacks for both directions at the same time, but not every platform supports this. You can install several switch callbacks, but no more than eight on any platform. RETURN VALUE
Returns zero on success, decreasing the number of empty callback slots by one. Returns -1 if the request is impossible for the current platform or you have reached the maximum number of allowed callbacks. SEE ALSO
remove_display_switch_callback(3alleg4), set_display_switch_mode(3alleg4), exswitch(3alleg4) Allegro version 4.4.2 set_display_switch_callback(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies