92b1db2025
- Mark as LICENSE sun-openlook-license - Bump pkgrevision
20 lines
601 B
Text
20 lines
601 B
Text
$NetBSD: patch-aj,v 1.2 2009/12/10 20:37:36 abs Exp $
|
|
|
|
--- olwm/winicon.c.orig 1993-06-29 05:12:04.000000000 +0000
|
|
+++ olwm/winicon.c
|
|
@@ -1,4 +1,3 @@
|
|
-#ident "@(#)winicon.c 26.42 93/06/28 SMI"
|
|
|
|
/*
|
|
* (c) Copyright 1989 Sun Microsystems, Inc.
|
|
@@ -32,6 +31,10 @@
|
|
extern Bool PropGetWMName();
|
|
extern Bool PropGetWMIconName();
|
|
|
|
+static int heightTopIcon();
|
|
+static int heightBottomIcon();
|
|
+static int widthBothIcon();
|
|
+
|
|
/***************************************************************************
|
|
* private data
|
|
***************************************************************************/
|