mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
$NetBSD: patch-bx,v 1.2 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/panel/p_gauge.c.orig 1993-06-29 05:17:04.000000000 +0000
|
|
+++ lib/libxview/panel/p_gauge.c
|
|
@@ -47,6 +47,7 @@ static void gauge_layout();
|
|
/* Local functions */
|
|
static void paint_gauge();
|
|
static void update_rects();
|
|
+static int etoi();
|
|
|
|
static Panel_ops ops = {
|
|
panel_default_handle_event, /* handle_event() */
|