blob: 63a70a71e408e7448cc27755e2f12efaeda52b65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-di,v 1.1 2001/12/20 09:20:06 tron Exp $
--- lib/libxview/file_chooser/fc_layout.c.orig Tue Jun 29 07:17:55 1993
+++ lib/libxview/file_chooser/fc_layout.c Thu Dec 20 10:09:16 2001
@@ -464,8 +464,8 @@
new_height
= (* private->exten_func)( FC_PUBLIC(private),
- private->rect,
- exten_rect,
+ &private->rect,
+ &exten_rect,
COLS(2),
private->rect.r_width - COLS(2),
max_height
|