diff options
author | oga | 2008-04-15 18:46:58 +0000 |
---|---|---|
committer | oga | 2008-04-15 18:46:58 +0000 |
commit | 137723ad08c9062a346b29d72b4b2ce55971c217 (patch) | |
tree | 3474a796c67fec132d69b1897a5c6dc41fbec4d3 /calmwm.h | |
parent | 00cd3801d9c4a25c527a378add86c705efa671d6 (diff) | |
download | cwm-137723ad08c9062a346b29d72b4b2ce55971c217.tar.gz |
Add "gap" support to .cwmrc. The options put in here make gaps on the edge
of the screen where an application won't be {,vert}maximized over. used for
placing a statusbar or something like xclock.
Patch from Edd Barrett, with input from myself and okan. Thanks!
ok okan@.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.28 2008/04/09 18:10:47 okan Exp $ + * $Id: calmwm.h,v 1.29 2008/04/15 18:46:58 oga Exp $ */ #ifndef _CALMWM_H_ @@ -274,6 +274,7 @@ struct conf { #define DEFAULTFONTNAME "sans-serif:pixelsize=14:bold" char *DefaultFontName; + int gap_top, gap_bottom, gap_left, gap_right; }; /* Menu stuff */ |