Removing superfluous paranthesis

This commit is contained in:
Joel Bodenmann 2015-11-15 12:23:52 +01:00
parent 697211a85b
commit 511bdd7349

View file

@ -321,7 +321,7 @@ bool_t _gwinWMAdd(GHandle gh, const GWindowInit *pInit);
*/ */
void _gwinSendEvent(GHandle gh, GEventType type); void _gwinSendEvent(GHandle gh, GEventType type);
#if ((GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD) || GWIN_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. * @brief Move the focus off the current focus window.
* *