1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00
Files
wmaker/src/usermenu.h
1999-04-10 19:32:34 +00:00

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 */