keyboard accelerators for both front ends.
[xboard.git] / menus.h
diff --git a/menus.h b/menus.h
index bc6c504..7d810d4 100644 (file)
--- a/menus.h
+++ b/menus.h
@@ -55,6 +55,7 @@ typedef void MenuProc P((void));
 
 typedef struct {
     char *string;
+    char *accel;
     char *ref;
     MenuProc *proc;
     void *handle;