From 7fed1741947a7136282094195cad484fd7d1e5fa Mon Sep 17 00:00:00 2001
From: Cody Russell <crussell@canonical.com>
Date: Fri, 18 Dec 2009 14:37:12 +0100
Subject: Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h

---
 gtk/gtkoffscreenwindow.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'gtk/gtkoffscreenwindow.h')

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
 
-- 
cgit v1.2.1