f3cbb56810
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.
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
--- ./lib/libxview/panel/panel.c.orig Tue Jun 29 07:16:57 1993
|
|
+++ ./lib/libxview/panel/panel.c Sat Apr 1 18:25:27 2000
|
|
@@ -27,6 +27,7 @@ Pkg_private int panel_view_init();
|
|
Pkg_private int panel_destroy();
|
|
|
|
static int panel_layout();
|
|
+static int panel_unregister_view();
|
|
|
|
Xv_private_data Defaults_pairs xv_kbd_cmds_value_pairs[4];
|
|
|