mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
11 lines
204 B
C
11 lines
204 B
C
#ifdef USER_MENU
|
|
|
|
#ifndef _WUSERMENU_H_
|
|
#define _WUSERMENU_H_
|
|
|
|
WMenu *wUserMenuGet(WScreen *scr, WWindow *wwin);
|
|
void wUserMenuRefreshInstances(WMenu *menu, WWindow *wwin);
|
|
|
|
#endif
|
|
#endif /* USER_MENU */
|