]> git.sur5r.net Git - i3/i3/commit
Extract function to grab buttons when managing a window.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 11 Nov 2015 19:21:26 +0000 (20:21 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 11 Nov 2015 19:21:26 +0000 (20:21 +0100)
commit66882bf445970588c6c7a6a2c2e08a38ad0b9536
tree3ae80410756a09ab3546c579b0a286e2ea69c84f
parentff63104a2dfbb5e2582b94c5b47751f967ecd7f3
Extract function to grab buttons when managing a window.

We refactor the button grabbing into a function to allow the next patch
both to
  - conditionally grab different sets of buttons
  - grab the buttons again when reloading the config.

relates to #2049
include/xcb.h
src/manage.c
src/xcb.c