]> git.sur5r.net Git - i3/i3/commit - src/handlers.c
Don't log motion notify 1821/head
authorTony Crisci <tony@dubstepdish.com>
Fri, 31 Jul 2015 02:40:38 +0000 (22:40 -0400)
committerTony Crisci <tony@dubstepdish.com>
Fri, 31 Jul 2015 02:40:38 +0000 (22:40 -0400)
commit0107d35508ac86e84f73bcdbd8dbb42ca188bdcc
treef155850919ded8ea25aae480d7dafb49a6cc25fa
parentad826f06da385dfc44e88fc64d5ccb0b9ceae79e
Don't log motion notify

Do not log an XCB_MOTION_NOTIFY event in handlers.c because this
clutters the log.

Only log in the motion notify handler if something important happens.
src/handlers.c