AppTitle

Monkey Targets Forums/Desktop/AppTitle

Xaron(Posted 2011) [#1]
Hi all,

how can I set the windows handle name for GLFW? It's always set as "GLFW Window". Of course I can change that within "win32_window.c" but it would be nice if there is a more general solution?


Xaron(Posted 2011) [#2]
Ok, Mark?

There is the config.h in the targets/glfw folder:


//App config options...
//
#define WINDOW_TITLE "Monkey Game"
...



But the window title is always "GLFW Window", no matter what I enter there. At the moment I have to change the file win32_window.c directly but that can't be the right way?


Playniax(Posted 2011) [#3]
Maybe this should be in the bug report...


Xaron(Posted 2011) [#4]
Yep you're right, I'll post it there...