summaryrefslogtreecommitdiff
path: root/src/iconthemewrapper.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-07-11 00:23:18 -0400
committerraveit65 <[email protected]>2019-09-13 14:41:47 +0200
commit3df54a27e70b5fe33be90779f319a627c0773df6 (patch)
tree68c4b8bf263d8d556f2e7ae734c18d7cbc73f185 /src/iconthemewrapper.h
parent819b1861ebec1d492029a5e50db2ff79b057c14a (diff)
downloadmate-system-monitor-3df54a27e70b5fe33be90779f319a627c0773df6.tar.bz2
mate-system-monitor-3df54a27e70b5fe33be90779f319a627c0773df6.tar.xz
Render icons as cairo surfaces for HiDPI support
back ported from: https://github.com/mate-desktop/mate-system-monitor/commit/bc190e7
Diffstat (limited to 'src/iconthemewrapper.h')
-rw-r--r--src/iconthemewrapper.h2
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; }