diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-11-02 07:58:45 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-11-02 07:58:45 +0200 |
commit | a90bf2f512e9b3cdb6436cf7dce71ec33d1fa680 (patch) | |
tree | 52638346972553e09953aa0ed38087cdfc175514 /lib/renderers/wayland/wayland.h | |
parent | e8fc51d80cdd955f47113f63e22068f3a00d4224 (diff) | |
download | bemenu-a90bf2f512e9b3cdb6436cf7dce71ec33d1fa680.tar.gz bemenu-a90bf2f512e9b3cdb6436cf7dce71ec33d1fa680.tar.bz2 bemenu-a90bf2f512e9b3cdb6436cf7dce71ec33d1fa680.zip |
Redraw only when input changed.
Diffstat (limited to 'lib/renderers/wayland/wayland.h')
-rw-r--r-- | lib/renderers/wayland/wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/renderers/wayland/wayland.h b/lib/renderers/wayland/wayland.h index 50455b5..886a0fd 100644 --- a/lib/renderers/wayland/wayland.h +++ b/lib/renderers/wayland/wayland.h @@ -51,6 +51,7 @@ struct input { xkb_keysym_t sym; uint32_t code; + uint32_t last_code; uint32_t modifiers; xkb_keysym_t repeat_sym; |