From bc190e7b657f715c5dc21eda1d910d1d3c52664f Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 11 Jul 2019 00:23:18 -0400 Subject: Render icons as cairo surfaces for HiDPI support --- src/iconthemewrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iconthemewrapper.h') 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 - 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; } -- cgit v1.2.1