input: don't crash on mouse motion events on the render timer surface

This commit is contained in:
Daniel Eklöf 2020-08-14 07:35:01 +02:00
parent 823a7c0318
commit 44557dc7cf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 8 additions and 1 deletions

View file

@ -194,6 +194,7 @@ enum term_surface {
TERM_SURF_GRID,
TERM_SURF_SEARCH,
TERM_SURF_SCROLLBACK_INDICATOR,
TERM_SURF_RENDER_TIMER,
TERM_SURF_TITLE,
TERM_SURF_BORDER_LEFT,
TERM_SURF_BORDER_RIGHT,