mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 15:45:54 +00:00
add support for a mini icon in the titlebar (update_icon): re-enable
2001-09-15 Havoc Pennington <hp@pobox.com> * src/window.c: add support for a mini icon in the titlebar (update_icon): re-enable support for _NET_WM_ICON * src/session.c (save_state): add an ferror check when writing session file
This commit is contained in:

committed by
Havoc Pennington

parent
2830c9d748
commit
39df21227d
10
src/ui.c
10
src/ui.c
@@ -429,6 +429,16 @@ meta_ui_get_default_window_icon (MetaUI *ui)
|
||||
NULL);
|
||||
}
|
||||
|
||||
GdkPixbuf*
|
||||
meta_ui_get_default_mini_icon (MetaUI *ui)
|
||||
{
|
||||
/* FIXME */
|
||||
return gtk_widget_render_icon (GTK_WIDGET (ui->frames),
|
||||
GTK_STOCK_NEW,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
NULL);
|
||||
}
|
||||
|
||||
gboolean
|
||||
meta_ui_window_should_not_cause_focus (Display *xdisplay,
|
||||
Window xwindow)
|
||||
|
Reference in New Issue
Block a user