mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
32 lines
913 B
Plaintext
32 lines
913 B
Plaintext
$NetBSD: patch-cd,v 1.3 2012/11/16 00:29:40 joerg Exp $
|
|
|
|
--- lib/libxview/panel/panel_impl.h.orig 1993-06-29 05:16:50.000000000 +0000
|
|
+++ lib/libxview/panel/panel_impl.h
|
|
@@ -9,11 +9,16 @@
|
|
#ifndef panel_impl_defined
|
|
#define panel_impl_defined
|
|
|
|
+#ifdef NULL
|
|
+#undef NULL
|
|
+#endif
|
|
#ifndef FILE
|
|
#ifndef SVR4
|
|
-#undef NULL
|
|
#endif SVR4
|
|
#include <stdio.h>
|
|
+#ifndef NULL
|
|
+#define NULL 0
|
|
+#endif
|
|
#endif FILE
|
|
#include <sys/types.h>
|
|
#include <X11/Xlib.h>
|
|
@@ -283,6 +288,8 @@ Pkg_private void panel_yield_kbd_focus(
|
|
Pkg_private void panel_autoscroll_start_itimer();
|
|
Pkg_private void panel_autoscroll_stop_itimer();
|
|
Pkg_private void panel_paint_border();
|
|
+Pkg_private void panel_fix_label_position(Item_info *);
|
|
+Pkg_private void panel_free_choices(Panel_image *, int, int);
|
|
#ifdef OW_I18N
|
|
Xv_private void ml_panel_display_interm();
|
|
Pkg_private void ml_panel_saved_caret();
|