]> err.no Git - mapper/commitdiff
Add map click debug
authorKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 13:11:32 +0000 (16:11 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 13:11:32 +0000 (16:11 +0300)
src/map.c

index b5e85ce684ffc447f32625c445559ad321ffab6e..6b95bdc322565d236dc010c280fb2ef5745030d9 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -1470,6 +1470,7 @@ if (event->button==2) {
 
        if (pns!=0 || pew!=0) {
                map_pan(pns, pew);
+               g_debug("MPAN: %d, %d", pns, pew);
                return FALSE;
        }
 }