summaryrefslogtreecommitdiff
path: root/util.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-02-28 02:00:15 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-02-28 02:00:15 -0500
commitd6a8b8c33372fe41d9e7f8453d15f491b25680a6 (patch)
tree5510f4ae1065b55e950a013658eef336e5e876a8 /util.hpp
parent11358da24e0e73044aed389b1dbbf479808ca036 (diff)
downloadabaddon-portaudio-d6a8b8c33372fe41d9e7f8453d15f491b25680a6.tar.gz
abaddon-portaudio-d6a8b8c33372fe41d9e7f8453d15f491b25680a6.zip
add members panel/change member roles
Diffstat (limited to 'util.hpp')
-rw-r--r--util.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.hpp b/util.hpp
index 4098140..23b619b 100644
--- a/util.hpp
+++ b/util.hpp
@@ -38,6 +38,7 @@ private:
void LaunchBrowser(Glib::ustring url);
void GetImageDimensions(int inw, int inh, int &outw, int &outh, int clampw = 400, int clamph = 300);
std::string IntToCSSColor(int color);
+Gdk::RGBA IntToRGBA(int color);
void AddWidgetMenuHandler(Gtk::Widget *widget, Gtk::Menu &menu);
void AddWidgetMenuHandler(Gtk::Widget *widget, Gtk::Menu &menu, sigc::slot<void()> pre_callback);
std::vector<std::string> StringSplit(const std::string &str, const char *delim);