This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository direct3d.

View the commit online.

commit 1a0b14f3090dea82c125040d480f4ebd3cb617ad
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Sat Jul 29 14:16:40 2023 +0200

    update title window
---
 src/win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/win.c b/src/win.c
index 0ffb8d4..8d57371 100644
--- a/src/win.c
+++ b/src/win.c
@@ -185,7 +185,7 @@ Window *window_new(int x, int y, int w, int h)
     fflush(stdout);
 
     win->win = CreateWindowEx(0U,
-                              "D3D", "Test",
+                              "D3D", "Direct3D",
                               WS_OVERLAPPEDWINDOW | WS_SIZEBOX,
                               x, y,
                               r.right - r.left,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to