Add an unnecessarily fancy about dialog

This commit is contained in:
2022-01-09 18:36:27 +01:00
parent 12e3c42888
commit 4f19a67da3
3 changed files with 261 additions and 1 deletions

View File

@@ -989,7 +989,7 @@ fiv_browser_button_press_event(GtkWidget *widget, GdkEventButton *event)
}
}
gboolean
static gboolean
fiv_browser_motion_notify_event(GtkWidget *widget, GdkEventMotion *event)
{
GTK_WIDGET_CLASS(fiv_browser_parent_class)