diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h index 3aef9065b9..90d9987927 100644 --- a/gtk/gtkoffscreenwindow.h +++ b/gtk/gtkoffscreenwindow.h @@ -29,7 +29,9 @@ struct _GtkOffscreenWindowClass GtkWindowClass parent_class; }; -GType gtk_offscreen_window_get_type () G_GNUC_CONST; +GType gtk_offscreen_window_get_type () G_GNUC_CONST; + +GtkWidget *gtk_offscreen_window_new (); G_END_DECLS