add set_client_tags
This commit is contained in:
parent
4556789b0e
commit
e17f9fd459
6 changed files with 33 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue