summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index de1d8ef5..fe3de2c2 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -345,3 +345,12 @@ meta_ui_pop_delay_exposes (MetaUI *ui)
meta_frames_pop_delay_exposes (ui->frames);
}
+GdkPixbuf*
+meta_ui_get_default_window_icon (MetaUI *ui)
+{
+ /* FIXME */
+ return gtk_widget_render_icon (GTK_WIDGET (ui->frames),
+ GTK_STOCK_NEW,
+ GTK_ICON_SIZE_LARGE_TOOLBAR,
+ NULL);
+}