summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-22 17:47:41 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-22 17:50:20 +0900
commit54d8385d9177d117b52f58e68729f618790bef3a (patch)
treefebff55cc882f8834d2de21e240027d148d5e2f4
parent7861e1f4e20cb04b3bfb9995d52bb4f3cd123c14 (diff)
Add screen_updated event
This is just for the test. This event means the current visible apps is changed. The name of the event may confuse developers with the update of screen update of weston. So the name is under considering. Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r--src/qlibwindowmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qlibwindowmanager.h b/src/qlibwindowmanager.h
index 62a09e4..3754778 100644
--- a/src/qlibwindowmanager.h
+++ b/src/qlibwindowmanager.h
@@ -54,6 +54,8 @@ public:
Event_CarStop,
Event_CarRun,
+
+ Event_ScreenUpdated,
};
int init(int port, const QString &token);