summaryrefslogtreecommitdiff
path: root/gtk/gtkoffscreenwindow.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-18 14:37:12 +0100
committerCody Russell <bratsche@gnome.org>2009-12-28 09:33:41 -0600
commit7fed1741947a7136282094195cad484fd7d1e5fa (patch)
tree223fa0dc4d247c10012496f888c9045807626d0d /gtk/gtkoffscreenwindow.h
parent8801d163a645197fd259e02279548dcacfc8c7f6 (diff)
downloadgtk+-7fed1741947a7136282094195cad484fd7d1e5fa.tar.gz
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r--gtk/gtkoffscreenwindow.h4
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