aboutsummaryrefslogtreecommitdiff
path: root/src/cdraw.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
commit67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 (patch)
tree8f2a01b9c06168f538edbf9d99dba312215ea4ef /src/cdraw.h
parent984700a66faac957ee8e0b7b3415587665aa6fbd (diff)
fix some warnings and compilation errors
Diffstat (limited to 'src/cdraw.h')
-rw-r--r--src/cdraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdraw.h b/src/cdraw.h
index 1d66b6b..633eea7 100644
--- a/src/cdraw.h
+++ b/src/cdraw.h
@@ -15,7 +15,7 @@ extern int mouseX, mouseY;
extern const unsigned int back_c;
unsigned int main_event_handle();
-unsigned int main_window_init();
+unsigned int main_window_init(const char *);
unsigned int main_quit();
/* Functions for user bind to something else */