mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
StTextureCache: adapt to MetaWindow changing icon prop type
Mutter change is https://git.gnome.org/browse/mutter/commit/?id=af7f51b992b20da543312fa9fdf1dcef39704b37 https://bugzilla.gnome.org/show_bug.cgi?id=742824
This commit is contained in:
parent
d8ca374a06
commit
af889168f0
4 changed files with 28 additions and 21 deletions
|
|
@ -100,7 +100,7 @@ const CtrlAltTabManager = new Lang.Class({
|
|||
if (app)
|
||||
icon = app.create_icon_texture(POPUP_APPICON_SIZE);
|
||||
else
|
||||
icon = textureCache.bind_pixbuf_property(windows[i], 'icon');
|
||||
icon = textureCache.bind_cairo_surface_property(windows[i], 'icon');
|
||||
}
|
||||
|
||||
items.push({ name: windows[i].title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue