Removing superfluous paranthesis
This commit is contained in:
parent
697211a85b
commit
511bdd7349
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue