mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-09-03 00:30:01 +02:00
Added mlx_set_window_icon
This commit is contained in:
@@ -70,7 +70,7 @@ namespace mlx
|
||||
}
|
||||
if (info->title == nullptr)
|
||||
{
|
||||
mlx::Error("invalid window title (NULL)");
|
||||
Error("invalid window title (NULL)");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user