From 64adcffe4272d109f296ff46fbc52eea5cf367bd Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Feb 2021 23:41:53 -0500 Subject: view user profile (notes+connections+badges) change some stuff with callbacks --- util.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'util.hpp') diff --git a/util.hpp b/util.hpp index 06c0628..4098140 100644 --- a/util.hpp +++ b/util.hpp @@ -46,6 +46,7 @@ bool IsURLViewableImage(const std::string &url); std::vector ReadWholeFile(std::string path); std::string HumanReadableBytes(uint64_t bytes); std::string FormatISO8601(const std::string &in, int extra_offset = 0, const std::string &fmt = "%x %X"); +void AddPointerCursor(Gtk::Widget &widget); template struct Bitwise { -- cgit v1.2.3