]> git.sur5r.net Git - i3/i3/commit
Add ability to escape out of a mouse-resize operation
authorTony Crisci <tony@dubstepdish.com>
Thu, 26 Sep 2013 00:52:59 +0000 (20:52 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 30 Sep 2013 20:54:11 +0000 (22:54 +0200)
commit459490b67b6e2a1cf772360894e28aa54144ed51
tree628162873bbfa6266d187cc81bedccfa54b06545
parenta49dfaf26c5ad9b899c80a04c739571539d7efb6
Add ability to escape out of a mouse-resize operation

Implement #1074. drag_cancel grabs the keyboard and returns DRAG_CANCEL
when the user presses any key during the grab.
include/floating.h
src/floating.c
src/resize.c