wayland: rename focused/moused to kbd_focus/mouse_focus

This commit is contained in:
Daniel Eklöf 2020-01-02 15:58:52 +01:00
parent 6c75c16d2c
commit 4ecb0ecf4d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 34 additions and 34 deletions

View file

@ -164,8 +164,8 @@ struct wayland {
tll(struct monitor) monitors; /* All available outputs */
tll(struct terminal *) terms;
struct terminal *focused;
struct terminal *moused;
struct terminal *kbd_focus;
struct terminal *mouse_focus;
};
struct wayland *wayl_init(const struct config *conf, struct fdm *fdm);