[gtk+] Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
- From: Cody Russell <bratsche src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
- Date: Mon, 28 Dec 2009 15:34:49 +0000 (UTC)
commit 7fed1741947a7136282094195cad484fd7d1e5fa
Author: Cody Russell <crussell canonical com>
Date: Fri Dec 18 14:37:12 2009 +0100
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
gtk/gtkoffscreenwindow.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h
index 3aef906..90d9987 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]