captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
236 stars 17 forks source link

Fix X11 window title displaying as "Main Window" #111

Closed tnibert closed 6 months ago

tnibert commented 7 months ago

In X11, the title of the window was displayed as "Main Window". With this change, the window title now displays as "FM Towns Emulator - TSUGARU".

Added capability in FsSetWindowTitle() to set the window title in X11. Altered FsOpenWindow() call to ensure that the correct window title is shown at window creation.

captainys commented 6 months ago

Thanks!