From 25456ce008c7fe78378ddaaf784c74209a2d8c14 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 11 Sep 2020 14:25:03 +0300 Subject: macOS: Handling launch URLs and drop'n'drop Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme. --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index da86c37e..69b8d274 100644 --- a/src/app.h +++ b/src/app.h @@ -48,6 +48,7 @@ enum iUserEventCode { const iString *execPath_App (void); const iString *dataDir_App (void); +const iString *debugInfo_App (void); int run_App (int argc, char **argv); void processEvents_App (enum iAppEventMode mode); -- cgit v1.2.3