mirror of
https://github.com/Cloudef/bemenu
synced 2025-02-23 02:16:48 +00:00
Fix bmMenuRender documentation
This commit is contained in:
parent
04dede1f96
commit
e230f03e54
@ -345,10 +345,9 @@ int bmMenuSetItems(bmMenu *menu, const bmItem **items, unsigned int nmemb)
|
||||
}
|
||||
|
||||
/**
|
||||
* Create new bmMenu instance.
|
||||
* Render bmMenu instance using chosen draw method.
|
||||
*
|
||||
* @param drawMode Render method to be used for this menu instance.
|
||||
* @return bmMenu for new menu instance, NULL if creation failed.
|
||||
* @param menu bmMenu instance to be rendered.
|
||||
*/
|
||||
void bmMenuRender(const bmMenu *menu)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user