summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/macos.c b/macos.c
index d0d7a742b..17ae4a411 100644
--- a/macos.c
+++ b/macos.c
@@ -149,3 +149,13 @@ void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
gtk_osxapplication_ready(osx_app);
}
+
+void subsurface_command_line_init(gint *argc, gchar ***argv)
+{
+ /* this is a no-op */
+}
+
+void subsurface_command_line_exit(gint *argc, gchar ***argv)
+{
+ /* this is a no-op */
+}