openbsd-ports/x11/xview/config/patches/p-libxview-panel-p_gauge_c
espie f3cbb56810 Xview's return.
Cleaned up so that lib depends on config:build, and lndir it
instead of mucking with the source dir.

All patches put into config/patches, separated and renamed
(yes, this is a LARGE fucker).

Fake

xview/clients to come.

Currently installs under /usr/X11R6, some more patches to X needed to fix
that.
2000-04-02 15:25:13 +00:00

11 lines
362 B
Plaintext

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