aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_class.h
diff options
context:
space:
mode:
authorWoody Hawthorne <erhawthorne@gmail.com>2015-11-15 19:45:43 +1100
committerWoody Hawthorne <erhawthorne@gmail.com>2015-11-15 20:01:22 +1100
commit9ea93ff8e51dc7dd9ed12c6311886f5cce196157 (patch)
tree8802ac9533552e5f77825a5a29fc395474b23b20 /src/gwin/gwin_class.h
parentc5daa2f62f27e0eaf84368bed0d2d47f58687d7d (diff)
downloaduGFX-9ea93ff8e51dc7dd9ed12c6311886f5cce196157.tar.gz
uGFX-9ea93ff8e51dc7dd9ed12c6311886f5cce196157.tar.bz2
uGFX-9ea93ff8e51dc7dd9ed12c6311886f5cce196157.zip
Fix virtual keyboard
Diffstat (limited to 'src/gwin/gwin_class.h')
-rw-r--r--src/gwin/gwin_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h
index d9e6d97e..c5c83bb0 100644
--- a/src/gwin/gwin_class.h
+++ b/src/gwin/gwin_class.h
@@ -321,7 +321,7 @@ bool_t _gwinWMAdd(GHandle gh, const GWindowInit *pInit);
*/
void _gwinSendEvent(GHandle gh, GEventType type);
- #if (GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || defined(__DOXYGEN__)
+ #if ((GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || GWIN_NEED_KEYBOARD) || defined(__DOXYGEN__)
/**
* @brief Move the focus off the current focus window.
*