man acquire_screen () - Shortcut of acquire_bitmap(screen); Allegro game programming library.

NAME

acquire_screen - Shortcut of acquire_bitmap(screen); Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void acquire_screen();

DESCRIPTION

Shortcut version of acquire_bitmap(screen);

SEE ALSO