diff options
Diffstat (limited to '')
-rw-r--r-- | mousefunc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mousefunc.c b/mousefunc.c index 828ad83..f75e460 100644 --- a/mousefunc.c +++ b/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); |