freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+panel+p_slider.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

11 lines
405 B
C

--- ./lib/libxview/panel/p_slider.c.orig Tue Jun 29 07:17:02 1993
+++ ./lib/libxview/panel/p_slider.c Sat Apr 1 18:25:27 2000
@@ -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() */