Update window title
This commit is contained in:
parent
6b809a725c
commit
c23fbdb919
1 changed files with 1 additions and 1 deletions
2
window.c
2
window.c
|
@ -44,7 +44,7 @@ static float _ycam = 3.0f;
|
||||||
int main(int argc, char ** argv) {
|
int main(int argc, char ** argv) {
|
||||||
/* tentative de création d'une fenêtre pour GL4Dummies */
|
/* tentative de création d'une fenêtre pour GL4Dummies */
|
||||||
if(!gl4duwCreateWindow(argc, argv, /* args du programme */
|
if(!gl4duwCreateWindow(argc, argv, /* args du programme */
|
||||||
"The DIY Rasterizer", /* titre */
|
"Bomberman ⋅ A. KENNEL L2-A", /* titre */
|
||||||
10, 10, 800, 600, /* x, y, largeur, heuteur */
|
10, 10, 800, 600, /* x, y, largeur, heuteur */
|
||||||
GL4DW_SHOWN) /* état visible */) {
|
GL4DW_SHOWN) /* état visible */) {
|
||||||
/* ici si échec de la création souvent lié à un problème d'absence
|
/* ici si échec de la création souvent lié à un problème d'absence
|
||||||
|
|
Reference in a new issue