- Fixed option processing of bool options in config file.
- Tried to make option order more consistent
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
*
|
||||
* The servermenu is created from servermenu.c
|
||||
*
|
||||
* For separation this file should never need to include menuscreen.h.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@@ -33,6 +35,7 @@
|
||||
#include "drivers.h"
|
||||
|
||||
#include "screen.h"
|
||||
#include "widget.h"
|
||||
|
||||
Menu *
|
||||
menu_create (char *id, MenuEventFunc(*event_func),
|
||||
|
||||
Reference in New Issue
Block a user