v0.5 kick-off

This commit is contained in:
robijn
2001-12-30 00:15:25 +00:00
parent c28d25b795
commit 71056ec551
88 changed files with 6638 additions and 5469 deletions
+4 -5
View File
@@ -6,7 +6,6 @@
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2001, Joris Robijn
*
*/
@@ -27,10 +26,10 @@ typedef struct client_menu {
typedef struct client_menu_item {
char id[];
int type; // Title, function, submenu, slider, checkbox, etc...
int value; // Holds stuff like "true", 43, etc...
char text[]; // Text to display here...
char child[]; // For the "submenu" type
int type; /* Title, function, submenu, slider, checkbox, etc...*/
int value; /* Holds stuff like "true", 43, etc...*/
char text[]; /* Text to display here...*/
char child[]; /* For the "submenu" type*/
} client_menu;
#endif