Remove raise call from mouse.client.move

This makes move consistent with 'resize' which doesn't raise either.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Campbell Barton 2014-03-11 19:37:40 +11:00 committed by Uli Schlachter
parent 642ab35988
commit 620732a015
1 changed files with 0 additions and 2 deletions

View File

@ -165,8 +165,6 @@ function mouse.client.move(c, snap)
return
end
c:raise()
local orig = c:geometry()
local m_c = capi.mouse.coords()
local dist_x = m_c.x - orig.x