set_gfx_mode (3) Linux Manual Page
set_gfx_mode – Sets a graphic video mode. Allegro game programming library. Synopsis #include <allegro.h> int set_gfx_mode(int card, int w, int h, int v_w, int v_h); Description Switches into graphics mode. The card parameter should usually be one of the Allegro magic drivers (read introduction of chapter "Graphics modes") or see the platform specific documentation for…
