fix pango crash

This commit is contained in:
Raphael Robatsch 2021-10-28 17:22:40 +02:00
commit 8e8e1b7614
3 changed files with 7 additions and 2 deletions

View file

@ -47,6 +47,7 @@ void setlayout(Monitor &m, const Arg &arg);
void tag(Monitor &m, const Arg &arg);
void toggletag(Monitor &m, const Arg &arg);
void spawn(Monitor&, const Arg &arg);
[[noreturn]] void die(const char *why);
// wayland smart pointers
template<typename T>