On 05/22/2017 01:25 AM, James Richters wrote:
Setting it before initgraph will serve my purposes just fine.  How is this 
accomplished?
Just set the new WindowTitle global string variable to something, before calling InitGraph:

begin
  WindowTitle := 'window title goes here';
  InitGraph(...);

-----Original Message-----
From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of 
Nikolay Nikolov
Sent: Sunday, May 21, 2017 5:47 PM
To: fpc-pascal@lists.freepascal.org
Subject: Re: [fpc-pascal] FPC Graphics options?



On 05/16/2017 02:45 PM, Nikolay Nikolov wrote:
   Tonight I'll also add the option for changing the title bar text,
when in windowed mode.
Implemented in r715. Note that you still cannot change the window title, after 
the window has been created, but at least now you can set it (in a 
multiplatform way) before InitGraph.

Nikolay
Nikolay
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to