pkgsrc/x11/xview-lib/patches/patch-bv
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

23 lines
749 B
Text

$NetBSD: patch-bv,v 1.1 2001/12/20 09:20:00 tron Exp $
--- lib/libxview/panel/p_choice.c.orig Tue Jun 29 07:16:57 1993
+++ lib/libxview/panel/p_choice.c Thu Dec 20 10:09:16 2001
@@ -106,6 +106,10 @@
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();
@@ -120,7 +124,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() */