Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h

This commit is contained in:
Cody Russell 2009-12-18 14:37:12 +01:00 committed by Tristan Van Berkom
parent 6b9924db1c
commit cab66c128c

View File

@ -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