View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#4
Be careful since the ZZZ is drawn on the "slotted" (="over the task navigator itself") application switcher icons, and not on the "drop menu" switcher icons, which is where browser draws the favicon (at least on my tablet).

This is done in hildon-desktop/src/hd-switcher-menu-item.c AFAIK, and the interesting libhildonwm functions seem to be
Code:
 GdkPixbuf *  hd_wm_entry_info_get_icon        (HDWMEntryInfo *info);

void         hd_wm_entry_info_set_icon        (HDWMEntryInfo *info,
                                               GdkPixbuf   *icon);
Unfortunately, browser does not seem to use this nor any of the libhildonwm symbols.

If I did not understand what you were trying to achieve please disregard this

Last edited by javispedro; 2009-08-02 at 21:28.
 

The Following 3 Users Say Thank You to javispedro For This Useful Post: