c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
23 lines
824 B
Text
23 lines
824 B
Text
$NetBSD: patch-bv,v 1.2 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/panel/p_choice.c.orig 1993-06-29 05:16:57.000000000 +0000
|
|
+++ lib/libxview/panel/p_choice.c
|
|
@@ -106,6 +106,10 @@ static void choice_begin_preview(),
|
|
static int choice_number();
|
|
static int choice_x_gap();
|
|
static int choice_y_gap();
|
|
+static int find_choice();
|
|
+static int modify_choice();
|
|
+static int move_specified();
|
|
+static int re_alloc_choices();
|
|
static unsigned int choice_value();
|
|
static void choice_create_menu();
|
|
static void choice_images_to_menu_items();
|
|
@@ -121,7 +125,6 @@ static void update_item_rect();
|
|
static void update_value_rect();
|
|
static Xv_opaque choice_do_menu_item();
|
|
|
|
-
|
|
static Panel_ops ops = {
|
|
panel_default_handle_event, /* handle_event() */
|
|
choice_begin_preview, /* begin_preview() */
|