diff --git a/srcpkgs/mcwm-git/files/config.h b/srcpkgs/mcwm-git/files/config.h index 0bfb3c3c765..0129989aa2f 100644 --- a/srcpkgs/mcwm-git/files/config.h +++ b/srcpkgs/mcwm-git/files/config.h @@ -61,6 +61,9 @@ /* Default width of border window, in pixels. Used unless -b width. */ #define BORDERWIDTH 1 +/* Default snap margin in pixels. Used unless -s width. */ +#define SNAPMARGIN 0 + /* * Keysym codes for window operations. Look in X11/keysymdefs.h for * actual symbols. Use XK_VoidSymbol to disable a function. diff --git a/srcpkgs/mcwm-git/template b/srcpkgs/mcwm-git/template index 0535cd3b64e..c710951ef46 100644 --- a/srcpkgs/mcwm-git/template +++ b/srcpkgs/mcwm-git/template @@ -1,6 +1,6 @@ # Template file for 'mcwm-git' pkgname=mcwm-git -version=20130719 +version=20130828 revision=1 build_style=gnu-makefile makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"