summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandabstractdecoration_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandabstractdecoration_p.h')
-rw-r--r--src/client/qwaylandabstractdecoration_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylandabstractdecoration_p.h b/src/client/qwaylandabstractdecoration_p.h
index f5b1854dd..81c8e1771 100644
--- a/src/client/qwaylandabstractdecoration_p.h
+++ b/src/client/qwaylandabstractdecoration_p.h
@@ -105,8 +105,10 @@ protected:
void startResize(QWaylandInputDevice *inputDevice, Qt::Edges edges, Qt::MouseButtons buttons);
void startMove(QWaylandInputDevice *inputDevice, Qt::MouseButtons buttons);
+ void showWindowMenu(QWaylandInputDevice *inputDevice);
bool isLeftClicked(Qt::MouseButtons newMouseButtonState);
+ bool isRightClicked(Qt::MouseButtons newMouseButtonState);
bool isLeftReleased(Qt::MouseButtons newMouseButtonState);
};