c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
13 lines
442 B
Text
13 lines
442 B
Text
$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() */
|