]> git.neil.brown.name Git - edlib.git/commit
display-x11: update last_event more often.
authorNeilBrown <neil@brown.name>
Fri, 13 Aug 2021 22:58:27 +0000 (08:58 +1000)
committerNeilBrown <neil@brown.name>
Sat, 14 Aug 2021 07:18:48 +0000 (17:18 +1000)
commitecf782a37c2197e75a718056f609f81ef1d5270e
treecd6ff79f5d383d135d9f16789857bb5648b92dfb
parentc45554cf7379de2e76a4100e63dbf9410b6c5c23
display-x11: update last_event more often.

last_event was only being updated on mouse events.
We need it on keyboard events too, and best to initialize it on window
creation.

Signed-off-by: NeilBrown <neil@brown.name>
display-x11-xcb.c