.\" Generated by the Allegro makedoc utility .TH gui_get_screen 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME gui_get_screen \- Returns the bitmap surface GUI routines draw to. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B BITMAP *gui_get_screen(void); .SH 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. .SH SEE ALSO .BR gui_set_screen (3alleg4)