From 355bc28f32e1405588f2f3ec0cb6fa6b14524dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 22 Jun 2004 00:28:28 +0000 Subject: [PATCH] Added another menu item type (that cannot be chosen in CHOICE_MENUs). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8109 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/boot/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/private/kernel/boot/menu.h b/headers/private/kernel/boot/menu.h index cde534a951..7106cc4d80 100644 --- a/headers/private/kernel/boot/menu.h +++ b/headers/private/kernel/boot/menu.h @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ #ifndef KERNEL_BOOT_MENU_H #define KERNEL_BOOT_MENU_H @@ -19,6 +19,7 @@ enum menu_item_type { MENU_ITEM_STANDARD = 1, MENU_ITEM_MARKABLE, MENU_ITEM_TITLE, + MENU_ITEM_NO_CHOICE, MENU_ITEM_SEPARATOR, };