From d5169339b3454c80a6f2ed5f8cb937e5d5613fc0 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 30 Dec 2021 16:51:38 +0200 Subject: Android: Updating for latest SDL and revised Gradle project --- src/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app.c') diff --git a/src/app.c b/src/app.c index 2135ec7c..28b32939 100644 --- a/src/app.c +++ b/src/app.c @@ -118,7 +118,7 @@ struct Impl_App { iMimeHooks * mimehooks; iGmCerts * certs; iVisited * visited; - iBookmarks * bookmarks; + iBookmarks * bookmarks; iMainWindow *window; iPtrArray popupWindows; iSortedArray tickers; /* per-frame callbacks, used for animations */ @@ -715,7 +715,7 @@ static void init_App_(iApp *d, int argc, char **argv) { #endif d->isDarkSystemTheme = iTrue; /* will be updated by system later on, if supported */ init_CommandLine(&d->args, argc, argv); - /* Where was the app started from? We ask SDL first because the command line alone + /* Where was the app started from? We ask SDL first because the command line alone cannot be relied on (behavior differs depending on OS). */ { char *exec = SDL_GetBasePath(); if (exec) { -- cgit v1.2.3