summaryrefslogtreecommitdiffstats
path: root/sample/app/eventhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sample/app/eventhandler.cpp')
-rw-r--r--sample/app/eventhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/app/eventhandler.cpp b/sample/app/eventhandler.cpp
index b4b6a03..17decc4 100644
--- a/sample/app/eventhandler.cpp
+++ b/sample/app/eventhandler.cpp
@@ -213,6 +213,7 @@ void EventHandler::showWindow(QString id, QString json)
{
if (shell_desktop) {
struct wl_output *output = getWlOutput(qApp->screens().first());
+ qInfo() << "sending activate_app";
agl_shell_desktop_activate_app(shell_desktop,
id.toStdString().c_str(),
json.toStdString().c_str(),