summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgshellv6integration_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandxdgshellv6integration_p.h')
-rw-r--r--src/client/qwaylandxdgshellv6integration_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandxdgshellv6integration_p.h b/src/client/qwaylandxdgshellv6integration_p.h
index bdfd19723..66323a775 100644
--- a/src/client/qwaylandxdgshellv6integration_p.h
+++ b/src/client/qwaylandxdgshellv6integration_p.h
@@ -67,6 +67,7 @@ public:
static QWaylandXdgShellV6Integration *create(QWaylandDisplay* display);
bool initialize(QWaylandDisplay *display) override;
QWaylandShellSurface *createShellSurface(QWaylandWindow *window) override;
+ void handleKeyboardFocusChanged(QWaylandWindow *newFocus, QWaylandWindow *oldFocus) override;
private:
QWaylandXdgShellV6Integration(QWaylandDisplay *display);