aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-04-15 18:46:58 +0000
committeroga2008-04-15 18:46:58 +0000
commit137723ad08c9062a346b29d72b4b2ce55971c217 (patch)
tree3474a796c67fec132d69b1897a5c6dc41fbec4d3 /calmwm.h
parent00cd3801d9c4a25c527a378add86c705efa671d6 (diff)
downloadcwm-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 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 3c7b21a..bae2362 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 */