Set window title

This commit is contained in:
hasufell 2014-05-17 03:31:56 +02:00
parent 03440fa469
commit cb54d54e2c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ int main(int argc, char *argv[])
((screenY / 2) - (windowY / 2)));
glutInitWindowSize(windowX, windowY);
glutCreateWindow(filename);
glutSetWindowTitle("Drow engine");
init(argv[1]);