gui_get_screen - Man Page
Returns the bitmap surface GUI routines draw to. Allegro game programming library.
Synopsis
#include <allegro.h>
BITMAP *gui_get_screen(void);
Description
This function returns the current bitmap surface the GUI routines will use for drawing. Note that this function will return screen if you have called gui_set_screen(NULL) previously, and will never return NULL.
See Also
Referenced By
version 4.4.3 Allegro manual