mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
588 B
Plaintext
18 lines
588 B
Plaintext
$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();
|
|
|