show/hide calls
This commit is contained in:
parent
3db22e4a71
commit
5e5c04af47
3 changed files with 17 additions and 7 deletions
|
|
@ -62,7 +62,9 @@ class Bar {
|
|||
public:
|
||||
Bar(Monitor *mon);
|
||||
const wl_surface* surface() const;
|
||||
void create(wl_output *output);
|
||||
bool visible() const;
|
||||
void show(wl_output *output);
|
||||
void hide();
|
||||
void setTag(int tag, znet_tapesoftware_dwl_wm_monitor_v1_tag_state state, int numClients, int focusedClient);
|
||||
void setSelected(bool selected);
|
||||
void setLayout(int layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue