commit | 66a41a06e78d7363cbbec4486cf420fc5ab4c3e8 | [log] [tgz] |
---|---|---|
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | Tue Aug 12 14:58:25 2014 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Aug 15 15:39:47 2014 +0300 |
tree | 0199ac5b30403974cd6eb4600fbab25b76c1db64 | |
parent | 05e4a1f768bbeecb357a449924cd8a9f2b6b0112 [diff] [blame] |
compositor: fetch repeat info from weston.ini
diff --git a/src/compositor.h b/src/compositor.h index 102cfa7..c0fc0a6 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -649,6 +649,9 @@ /* Raw keyboard processing (no libxkbcommon initialization or handling) */ int use_xkbcommon; + + int32_t kb_repeat_rate; + int32_t kb_repeat_delay; }; struct weston_buffer {