diff options
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r-- | gtk/gtkoffscreenwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h index 75486f683f..518b8df261 100644 --- a/gtk/gtkoffscreenwindow.h +++ b/gtk/gtkoffscreenwindow.h @@ -52,6 +52,8 @@ struct _GtkOffscreenWindowClass GType gtk_offscreen_window_get_type () G_GNUC_CONST; GtkWidget *gtk_offscreen_window_new (); +GdkPixmap *gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen); +GdkPixbuf *gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen); G_END_DECLS |