Fixing review comments

This commit is contained in:
Pandagrapher
2023-10-13 11:12:37 +02:00
parent 0c2d7c1382
commit 488a157476
11 changed files with 41 additions and 66 deletions

View File

@@ -54,7 +54,7 @@ class RTScalable
private:
static double dpi;
static int scale;
static void updateDPInScale(const Gtk::Window* window, double &newDPI, int &newScale);
static void getDPInScale(const Gtk::Window* window, double &newDPI, int &newScale);
protected:
static Cairo::RefPtr<Cairo::ImageSurface> loadSurfaceFromIcon(const Glib::ustring &icon_name, const Gtk::IconSize iconSize = Gtk::ICON_SIZE_SMALL_TOOLBAR);