pkgsrc/x11/xview-lib/patches/patch-ca

14 lines
442 B
Text
Raw Normal View History

$NetBSD: patch-ca,v 1.2 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/panel/p_slider.c.orig 1993-06-29 05:17:02.000000000 +0000
+++ lib/libxview/panel/p_slider.c
@@ -54,6 +54,8 @@ static void check_endbox_entered();
static Panel_setting get_value();
static void paint_slider();
static void update_rects();
+static int etoi();
+static int itoe();
static Panel_ops ops = {
panel_default_handle_event, /* handle_event() */