diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-30 16:51:38 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-30 16:51:38 +0200 |
commit | d5169339b3454c80a6f2ed5f8cb937e5d5613fc0 (patch) | |
tree | 8c74ed9685d9ff0c7760af94277aaec072a48e74 /src/app.c | |
parent | ecad69f94750b16d201f025a87c3635ce41b417e (diff) |
Android: Updating for latest SDL and revised Gradle project
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ struct Impl_App { | |||
118 | iMimeHooks * mimehooks; | 118 | iMimeHooks * mimehooks; |
119 | iGmCerts * certs; | 119 | iGmCerts * certs; |
120 | iVisited * visited; | 120 | iVisited * visited; |
121 | iBookmarks * bookmarks; | 121 | iBookmarks * bookmarks; |
122 | iMainWindow *window; | 122 | iMainWindow *window; |
123 | iPtrArray popupWindows; | 123 | iPtrArray popupWindows; |
124 | iSortedArray tickers; /* per-frame callbacks, used for animations */ | 124 | iSortedArray tickers; /* per-frame callbacks, used for animations */ |
@@ -715,7 +715,7 @@ static void init_App_(iApp *d, int argc, char **argv) { | |||
715 | #endif | 715 | #endif |
716 | d->isDarkSystemTheme = iTrue; /* will be updated by system later on, if supported */ | 716 | d->isDarkSystemTheme = iTrue; /* will be updated by system later on, if supported */ |
717 | init_CommandLine(&d->args, argc, argv); | 717 | init_CommandLine(&d->args, argc, argv); |
718 | /* Where was the app started from? We ask SDL first because the command line alone | 718 | /* Where was the app started from? We ask SDL first because the command line alone |
719 | cannot be relied on (behavior differs depending on OS). */ { | 719 | cannot be relied on (behavior differs depending on OS). */ { |
720 | char *exec = SDL_GetBasePath(); | 720 | char *exec = SDL_GetBasePath(); |
721 | if (exec) { | 721 | if (exec) { |