mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01: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); |