foxygit / doom Log in
commit e9619f83e977041676e766920178db827ddddb3d
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Jun 2 19:36:37 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Jun 2 19:36:37 2006 +0000

    Draw the bottom separator in windows at the full window width.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 550
---
 textscreen/txt_window.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textscreen/txt_window.c b/textscreen/txt_window.c
index f04b8c68..53813a02 100644
--- a/textscreen/txt_window.c
+++ b/textscreen/txt_window.c
@@ -295,7 +295,8 @@ void TXT_DrawWindow(txt_window_t *window)

     widgets = (txt_widget_t *) window;

-    TXT_DrawSeparator(window->window_x, widgets->y + widgets->h, widgets->w);
+    TXT_DrawSeparator(window->window_x, widgets->y + widgets->h,
+                      window->window_w);

     // Action area at the window bottom