diff options
Diffstat (limited to 'ui/window.c')
-rw-r--r-- | ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/window.c b/ui/window.c index a15a45b..37c32c6 100644 --- a/ui/window.c +++ b/ui/window.c @@ -6,7 +6,7 @@ #include <rune/util/types.h> #include <string.h> -struct rune_window* rune_create_window(uint32_t width, uint32_t height, const char *title) { +struct rune_window* rune_init_window(uint32_t width, uint32_t height, const char *title) { glfwInit(); glfwSetErrorCallback(error_callback); glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); |