set_window_title - Man Page
Sets the window title of the Allegro program.
Synopsis
#include <allegro.h>
void set_window_title(const char *name);
Description
On platforms that are capable of it, this routine alters the window title for your Allegro program. Note that Allegro cannot set the window title when running in a DOS box under Windows. Example:
set_window_title("Allegro rules!");
See Also
Referenced By
exunicod(3), set_close_button_callback(3), xwin_set_window_name(3).
version 4.4.3 Allegro manual