mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
496 B
Plaintext
16 lines
496 B
Plaintext
$NetBSD: patch-di,v 1.2 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- lib/libxview/file_chooser/fc_layout.c.orig 1993-06-29 05:17:55.000000000 +0000
|
|
+++ lib/libxview/file_chooser/fc_layout.c
|
|
@@ -464,8 +464,8 @@ file_chooser_position_objects( private )
|
|
|
|
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
|