diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-18 14:37:12 +0100 |
---|---|---|
committer | Cody Russell <bratsche@gnome.org> | 2009-12-28 09:33:41 -0600 |
commit | 7fed1741947a7136282094195cad484fd7d1e5fa (patch) | |
tree | 223fa0dc4d247c10012496f888c9045807626d0d /gtk/gtkoffscreenwindow.h | |
parent | 8801d163a645197fd259e02279548dcacfc8c7f6 (diff) | |
download | gtk+-7fed1741947a7136282094195cad484fd7d1e5fa.tar.gz |
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r-- | gtk/gtkoffscreenwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |