]> git.sur5r.net Git - i3/i3/commit
Bugfix: Correctly resize when clicking on the border of a stacked con
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:48:14 +0000 (21:48 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:48:14 +0000 (21:48 +0200)
commit062ce3ef0309f64c5c0bf4078c44bac4b170a1b4
tree6fc75bdb36be59c1ec0146432cd03dc2e98d60ba
parentb87742172b3802badb615418f45d8556bfcf149b
Bugfix: Correctly resize when clicking on the border of a stacked con

Runs the same code as for non-stacked / non-tabbed containers, but on the
parent of the container (which is the stacked / tabbed con, since route_click
gets called with the child).
src/click.c