shell.c: Don't overwrite focus surface argument in activate_binding()
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 24 Oct 2013 23:29:51 +0000 (16:29 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 24 Oct 2013 23:29:51 +0000 (16:29 -0700)
commit0d94f41b449204fe02bde8f1d5b48d4d6a17c119
tree006d68dbf3704b2da9851e8a7d0fb56c01bd20e5
parent7ab139ce163a5bae19fb746114c2345070780846
shell.c: Don't overwrite focus surface argument in activate_binding()

We need either the pointer or touch focus, which is passed in to
activate_binding().  Don't overwrite this with the pointer focus.
src/shell.c