Linux Graphics Window - setting the title

BlitzMax Forums/BlitzMax Module Tweaks/Linux Graphics Window - setting the title

Brucey(Posted 2006) [#1]
In linux, a Graphics window doesn't set the window title text like it does on the other two platforms.
This change to glgraphics.linux.c fixes it so that both the default "BlitzMax Application" shows and AppTitle sets the title properly (when set before running the Graphics command, as per the other platforms)


...see "/* Added by BaH */" for places where code was changed.

:o)