ref: e9619f83e977041676e766920178db827ddddb3d
parent: f03d7bd78f86dbe824c7048e19a031ac4f612ac9
author: Simon Howard <fraggle@gmail.com>
date: Fri Jun 2 15:36:37 EDT 2006
Draw the bottom separator in windows at the full window width. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 550
--- a/textscreen/txt_window.c
+++ b/textscreen/txt_window.c
@@ -295,7 +295,8 @@
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