Skip to content

Commit

Permalink
Raise default icon size that will be fetched from apps
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 5, 2023
1 parent 5a73197 commit a13933f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tasks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ bool taskInfo::Init (WnckWindow* window) {

/* First set the icon. This will work always, as wnck_window_get_icon
returns a fallbackicon if necessary, the rest may fail */

// enable this after moving to wnck 3
//wnck_set_default_icon_size(128);
wnck_set_default_icon_size(256);
GdkPixbuf* pb = gdk_pixbuf_copy(wnck_window_get_icon (window));

wxBitmap* bmp = new wxBitmap(pb);
Expand Down

0 comments on commit a13933f

Please sign in to comment.