Give clock mode its own timer.

This commit is contained in:
nicm
2015-08-28 12:25:42 +00:00
parent 75d10058a4
commit 6419f66523
5 changed files with 30 additions and 32 deletions

View File

@ -57,7 +57,6 @@ const struct window_mode window_choose_mode = {
window_choose_free,
window_choose_resize,
window_choose_key,
NULL,
};
struct window_choose_mode_item {