blob: d8e82402f3f640aa5e0d8fe5409ba92d90d1737c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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() */
|