diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:24:37 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:24:37 +0000 |
commit | f9adf59e994526a008f158cb634bfaf3d0e85adf (patch) | |
tree | 3bee1883867ce175cb36fc828bb46779997a25de /app/cwm/mousefunc.c | |
parent | 661e613b0ea204f20a94e7b20443869c71c6fc68 (diff) |
merge the 2 common header files; specific includes to be pulled out as
separate commits.
ok oga@
Diffstat (limited to 'app/cwm/mousefunc.c')
-rw-r--r-- | app/cwm/mousefunc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/mousefunc.c b/app/cwm/mousefunc.c index 828ad83d9..f75e46034 100644 --- a/app/cwm/mousefunc.c +++ b/app/cwm/mousefunc.c @@ -16,10 +16,9 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: mousefunc.c,v 1.17 2009/12/10 17:16:51 oga Exp $ + * $Id: mousefunc.c,v 1.18 2009/12/15 03:24:36 okan Exp $ */ -#include "headers.h" #include "calmwm.h" static int mousefunc_sweep_calc(struct client_ctx *, int, int, int, int); |