Added mlx_set_window_icon

This commit is contained in:
Daemo
2026-08-10 15:32:18 +02:00
parent 0491089463
commit 9800d2f78d
10 changed files with 77 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ namespace mlx
}
if (info->title == nullptr)
{
mlx::Error("invalid window title (NULL)");
Error("invalid window title (NULL)");
return nullptr;
}