summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-30 16:51:38 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-30 16:52:13 +0200
commit727637718be197a77bed35a907de75426f11cfa2 (patch)
tree937acfdabe52f85204661f5dc4bc1c4579fdbeb7 /src/app.c
parente36bed146728f93d5be8a9b84d8756f0b5ccaada (diff)
Android: Updating for latest SDL and revised Gradle project
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.c b/src/app.c
index f10a4768..0ed6f687 100644
--- a/src/app.c
+++ b/src/app.c
@@ -124,7 +124,7 @@ struct Impl_App {
124 iMimeHooks * mimehooks; 124 iMimeHooks * mimehooks;
125 iGmCerts * certs; 125 iGmCerts * certs;
126 iVisited * visited; 126 iVisited * visited;
127 iBookmarks * bookmarks; 127 iBookmarks * bookmarks;
128 iMainWindow *window; 128 iMainWindow *window;
129 iPtrArray popupWindows; 129 iPtrArray popupWindows;
130 iSortedArray tickers; /* per-frame callbacks, used for animations */ 130 iSortedArray tickers; /* per-frame callbacks, used for animations */
@@ -739,7 +739,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
739 d->isSuspended = iFalse; 739 d->isSuspended = iFalse;
740 d->tempFilesPendingDeletion = new_StringSet(); 740 d->tempFilesPendingDeletion = new_StringSet();
741 init_CommandLine(&d->args, argc, argv); 741 init_CommandLine(&d->args, argc, argv);
742 /* Where was the app started from? We ask SDL first because the command line alone 742 /* Where was the app started from? We ask SDL first because the command line alone
743 cannot be relied on (behavior differs depending on OS). */ { 743 cannot be relied on (behavior differs depending on OS). */ {
744 char *exec = SDL_GetBasePath(); 744 char *exec = SDL_GetBasePath();
745 if (exec) { 745 if (exec) {