fix for linux something or other
parent
1148347105
commit
1ca4ed357e
|
@ -1770,7 +1770,7 @@ main(int argc, char **argv){
|
|||
replace_char(&curdir, '\\', '/');
|
||||
|
||||
LOG("Initializing application variables\n");
|
||||
app.init(&sysfunc, &target, &memory_vars, win32vars.clipboard_contents, curdir, custom_api);
|
||||
app.init(&sysfunc, &target, &memory_vars, linuxvars.clipboard_contents, curdir, custom_api);
|
||||
|
||||
LinuxResizeTarget(window_width, window_height);
|
||||
|
||||
|
|
Loading…
Reference in New Issue