From: Kaj-Michael Lang Date: Fri, 11 Apr 2008 13:11:32 +0000 (+0300) Subject: Add map click debug X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70fee3a2fbca84450675fd867174489b08e72a0a;p=mapper Add map click debug --- diff --git a/src/map.c b/src/map.c index b5e85ce..6b95bdc 100644 --- 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; } }