compositor: Rename lock and unlock signals to idle and wake
After the changes introduced in the previous patch, those names are
more appropriate. It is up to the shell to decide when to lock the
screen.
diff --git a/src/compositor.h b/src/compositor.h
index fdee03c..676e0d9 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -296,8 +296,8 @@
struct wl_signal activate_signal;
struct wl_signal kill_signal;
- struct wl_signal lock_signal;
- struct wl_signal unlock_signal;
+ struct wl_signal idle_signal;
+ struct wl_signal wake_signal;
struct wl_signal show_input_panel_signal;
struct wl_signal hide_input_panel_signal;