diff options
author | Victor Kareh <[email protected]> | 2019-07-11 00:23:18 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-13 11:13:14 +0200 |
commit | bc190e7b657f715c5dc21eda1d910d1d3c52664f (patch) | |
tree | 3b476660c96d32af2fa867d8b84156f191be6332 /src/iconthemewrapper.h | |
parent | 53ea0436414263d0be7e5e2ae5c6dcfc7b9047dc (diff) | |
download | mate-system-monitor-bc190e7b657f715c5dc21eda1d910d1d3c52664f.tar.bz2 mate-system-monitor-bc190e7b657f715c5dc21eda1d910d1d3c52664f.tar.xz |
Render icons as cairo surfaces for HiDPI support
Diffstat (limited to 'src/iconthemewrapper.h')
-rw-r--r-- | src/iconthemewrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconthemewrapper.h b/src/iconthemewrapper.h index 81fb8d8..3a8bde5 100644 --- a/src/iconthemewrapper.h +++ b/src/iconthemewrapper.h @@ -13,7 +13,7 @@ namespace procman public: // returns 0 instead of raising an exception Glib::RefPtr<Gdk::Pixbuf> - load_icon(const Glib::ustring& icon_name, int size, Gtk::IconLookupFlags flags) const; + load_icon(const Glib::ustring& icon_name, int size) const; const IconThemeWrapper* operator->() const { return this; } |