mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Small menu stubs, will be gone soonish -mig
This commit is contained in:
parent
54442413ee
commit
a424615f54
@ -86,3 +86,12 @@ WMenu *menubar_new (int y, int x, int cols, Menu menu [], int items)
|
||||
return menubar;
|
||||
}
|
||||
|
||||
void
|
||||
menubar_arrange(WMenu* menubar)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
destroy_menu (Menu menu)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user