From 34ff44c63314fd19785a63c2cdea37c577875d2a Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 14 Mar 2001 07:35:14 +0000 Subject: * src/conf.h: replaced the silly c++ style comment around HIDE_MOUSE with a REAL comment. * src/manage.c (update_window_information): updates the window's border width. * src/conf.h (WINDOW_BORDER_WIDTH): new constant * src/manage.c (maximize_normal): Set the border width to WINDOW_BORDER_WIDTH. takes the border width into account when calculating the position, width, and height. (maximize_transient): likewise (maximize): calls XSetWindowBorderWidth to set the window's border width. (force_maximize): likewise --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 849183a..0a3c04c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 0.1.0 +** window borders are configurable +WINDOW_BORDER_WIDTH has been added to conf.h. This constant determines +the border width for all windows. + ** Window list changes A '+' is now drawn between the window number and the window name for the last accessed window. @@ -44,7 +48,7 @@ When the auto close feature is enabled, ratpoison will exit when the last managed window is closed. This feature can be turned on by uncommenting the line: -//#define AUTO_CLOSE +/* #define AUTO_CLOSE */ in conf.h -- cgit v1.2.3