All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roel Kluin <12o3l@tiscali.nl>
To: sam@ravnborg.org
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox()
Date: Thu, 20 Mar 2008 21:30:32 +0100	[thread overview]
Message-ID: <47E2C968.8020102@tiscali.nl> (raw)

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);
 

             reply	other threads:[~2008-03-20 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20 20:30 Roel Kluin [this message]
2008-04-28 20:27 ` [PATCH] scripts/kconfig/lxdialog/inputbox.c: reversed draw_box(dlg.border.atr and dlg.dialog.atr) in dialog_inputbox() Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E2C968.8020102@tiscali.nl \
    --to=12o3l@tiscali.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.