Add click handling
This commit is contained in:
parent
58d004ec59
commit
3f09b57ed0
3 changed files with 70 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
struct Tag {
|
||||
QString name;
|
||||
bool active;
|
||||
int x;
|
||||
};
|
||||
|
||||
class Bar {
|
||||
|
|
@ -45,5 +46,6 @@ class Bar {
|
|||
public:
|
||||
explicit Bar(const wl_output *output);
|
||||
void setStatus(const QString &status);
|
||||
void click(int x, int y);
|
||||
~Bar();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue