From 6f4a5fd3982be29a1fe0c33016355f07fdfd7678 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 9 Sep 2001 22:47:32 +0000 Subject: (MAXSIZE_WINDOWS_ARE_TRANSIENTS): defined --- ChangeLog | 2 ++ src/conf.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b007a8c..0688a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-09-09 shawn + * src/conf.h (MAXSIZE_WINDOWS_ARE_TRANSIENTS): defined + * src/split.c (set_active_frame): give the key_window focus when no window has focus. (blank_frame): give the key_window focus. diff --git a/src/conf.h b/src/conf.h index d3e6043..ca24ab3 100644 --- a/src/conf.h +++ b/src/conf.h @@ -32,6 +32,10 @@ #define INPUT_ABORT_KEY XK_g #define INPUT_ABORT_MODIFIER ControlMask +/* Treat windows with maxsize hints as if they were a transient window + (don't hide the windows underneath, and center them) */ +#define MAXSIZE_WINDOWS_ARE_TRANSIENTS + /* Pressing a key sends the mouse to the bottom right corner. This doesn't work very well yet. */ /* #define HIDE_MOUSE */ -- cgit v1.2.3