1al_get_current_display(3) al_get_current_display(3)
23
4
NAME
6al_get_current_display - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_DISPLAY *al_get_current_display(void)
12
DESCRIPTION
14Return the display that is "current" for the calling thread, or NULL if
15there is none.
16
SEE ALSO
18al_set_target_bitmap(3)
1920
21
22
Allegro reference manual al_get_current_display(3)