add set_client_tags

This commit is contained in:
Raphael Robatsch 2021-10-26 16:17:07 +02:00
commit e17f9fd459
6 changed files with 33 additions and 13 deletions

View file

@ -45,7 +45,7 @@ class Bar {
void renderStatus();
void renderText(const QString &text);
int textWidth(const QString &text);
void setColorScheme(const ColorScheme &scheme);
void setColorScheme(const ColorScheme &scheme, bool invert=false);
public:
Bar(Monitor *mon);
const wl_surface* surface() const;