All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox()
@ 2008-03-20 20:30 Roel Kluin
  2008-04-28 20:27 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Kluin @ 2008-03-20 20:30 UTC (permalink / raw)
  To: sam; +Cc: lkml

Not tested, please confirm it's right.
---
Fix reversal of dlg.border.atr and dlg.dialog.atr for draw_box()

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/scripts/kconfig/lxdialog/inputbox.c b/scripts/kconfig/lxdialog/inputbox.c
index 4946bd0..616c601 100644
--- a/scripts/kconfig/lxdialog/inputbox.c
+++ b/scripts/kconfig/lxdialog/inputbox.c
@@ -89,7 +89,7 @@ do_resize:
 	box_y = y + 2;
 	box_x = (width - box_width) / 2;
 	draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
-		 dlg.border.atr, dlg.dialog.atr);
+		 dlg.dialog.atr, dlg.border.atr);
 
 	print_buttons(dialog, height, width, 0);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox()
  2008-03-20 20:30 [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox() Roel Kluin
@ 2008-04-28 20:27 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-04-28 20:27 UTC (permalink / raw)
  To: Roel Kluin; +Cc: lkml

On Thu, Mar 20, 2008 at 09:30:32PM +0100, Roel Kluin wrote:
> Not tested, please confirm it's right.
> ---
> Fix reversal of dlg.border.atr and dlg.dialog.atr for draw_box()
> 
> Signed-off-by: Roel Kluin <12o3l@tiscali.nl>

Thanks Roel.
Tested and applied.

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-28 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 20:30 [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox() Roel Kluin
2008-04-28 20:27 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.