pkgsrc/x11/xview-lib/patches/patch-ca
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

13 lines
421 B
Text

$NetBSD: patch-ca,v 1.1 2001/12/20 09:20:01 tron Exp $
--- lib/libxview/panel/p_slider.c.orig Tue Jun 29 07:17:02 1993
+++ lib/libxview/panel/p_slider.c Thu Dec 20 10:09:17 2001
@@ -54,6 +54,8 @@
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() */