2009-12-10 21:35:56 +01:00
|
|
|
$NetBSD: patch-ca,v 1.2 2009/12/10 20:35:57 abs Exp $
|
2001-12-20 10:19:53 +01:00
|
|
|
|
2009-12-10 21:35:56 +01:00
|
|
|
--- 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();
|
2001-12-20 10:19:53 +01:00
|
|
|
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() */
|