Optimize automation-event process splitting
[ardour.git] / libs / gtkmm2ext / gtkapplication_win32.c
index 78d538b334bf020425e35f29beedceffb3ec91ef..0aef0fe90ad215b44467e964cc2f59a778da51dc 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK+ Integration with platform-specific application-wide features 
+/* GTK+ Integration with platform-specific application-wide features
  * such as the OS X menubar and application delegate concepts (for X11)
  *
  * Copyright (C) 2007 Pioneer Research Center USA, Inc.
@@ -23,7 +23,7 @@
 
 #include <gtkmm2ext/gtkapplication.h>
 
-int  
+int
 gtk_application_init (void)
 {
        return 0;
@@ -33,12 +33,12 @@ void gtk_application_cleanup (void)
 {
 }
 
-void                      
+void
 gtk_application_set_menu_bar (GtkMenuShell* menushell)
 {
 }
 
-void                      
+void
 gtk_application_add_app_menu_item (GtkApplicationMenuGroup* group, GtkMenuItem* item)
 {
 }
@@ -47,3 +47,8 @@ void
 gtk_application_ready (void)
 {
 }
+
+void
+gtk_application_hide (void)
+{
+}