mirror of
https://github.com/Alexays/Waybar.git
synced 2026-02-15 07:15:38 +00:00
5 lines
122 B
C++
5 lines
122 B
C++
#pragma once
|
|
#include <glibmm/ustring.h>
|
|
|
|
// calculate column width of ustring
|
|
int ustring_clen(const Glib::ustring &str); |