pkgsrc/x11/xview-clients/patches/patch-dq
abs 92b1db2025 - Add PKG_DESTDIR_SUPPORT
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:37:36 +00:00

17 lines
588 B
Text

$NetBSD: patch-dq,v 1.2 2009/12/10 20:37:38 abs Exp $
--- olwmslave/propswin.c.orig 1993-06-29 05:12:13.000000000 +0000
+++ olwmslave/propswin.c
@@ -38,9 +38,9 @@ static WindowProps *winPropsList = 0; /
* Local Forward Declarations
* ----------------------------------------------------------------------*/
int ShowWindowProps();
-void InitWindowProps();
-Bool CreateWindowProps();
-Notify_value DestroyWindowProps();
+static void InitWindowProps();
+static Bool CreateWindowProps();
+static Notify_value DestroyWindowProps();
void ApplyProps();
void ResetProps();