libpayload: Don't declare mouse support in tinycurses

Change-Id: Id1ff3d85617e3ec063ce332cf13920dfbbb7cf26
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/87
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi
2011-03-10 14:53:54 +01:00
committed by Patrick Georgi
parent c3c827cf86
commit 559290836b
3 changed files with 9 additions and 1 deletions

View File

@@ -514,6 +514,7 @@ struct screen {
#define _nc_idlok SP->_nc_sp_idlok
#define _nc_idcok SP->_nc_sp_idcok
#ifdef NCURSES_MOUSE_VERSION
/*
* These are the data that support the mouse interface.
*/
@@ -531,6 +532,7 @@ struct screen {
NCURSES_CONST char *_mouse_xtermcap; /* string to enable/disable mouse */
MEVENT _mouse_events[EV_MAX]; /* hold the last mouse event seen */
MEVENT *_mouse_eventp; /* next free slot in event queue */
#endif
#if USE_GPM_SUPPORT
bool _mouse_gpm_loaded;