diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:32:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:32:37 +0100 |
| commit | 33caee123ae6e79f251d1cd9d45ca62332e8d55b (patch) | |
| tree | 6b9ff1aba495607cf52e68043d4fd4715cdba7c3 /src/unix/main_unix.cpp | |
| parent | 28b00896a8cb94663a3d35313ee7d771d4af11e0 (diff) | |
unix building
Diffstat (limited to 'src/unix/main_unix.cpp')
| -rw-r--r-- | src/unix/main_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/main_unix.cpp b/src/unix/main_unix.cpp index 94e7681..9a73740 100644 --- a/src/unix/main_unix.cpp +++ b/src/unix/main_unix.cpp @@ -27,6 +27,7 @@ void ts_init(); GLFWwindow* glfw_window; bool program_running = true; +ts_dragdrop_data dragdrop_data = {0}; char config_path[MAX_INPUT_LENGTH]; static const char* _ts_platform_get_config_file_path(char* buffer) { |
