From 5e8e0b7744a59c5bbf918a5133b55c3d1beef12f Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 13 Oct 2015 00:58:31 +1000 Subject: Working TextEdit with on-screen keyboard (and real keyboard) --- src/gwin/gwin_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/gwin_widget.h') diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h index 5239b6b8..732d7d1c 100644 --- a/src/gwin/gwin_widget.h +++ b/src/gwin/gwin_widget.h @@ -356,7 +356,7 @@ bool_t gwinAttachListener(GListener *pl); bool_t gwinAttachDial(GHandle gh, uint16_t role, uint16_t instance); #endif -#if (GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || defined(__DOXYGEN__) +#if (GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || GWIN_NEED_KEYBOARD || defined(__DOXYGEN__) /** * @brief Set the keyboard focus to a specific window * @return Returns TRUE if the focus could be set to that window -- cgit v1.2.3