mouse/drag_to_tag: Do not use the deprecated geometry access

This commit is contained in:
Emmanuel Lepage Vallee 2016-09-11 02:06:35 -04:00
parent e89a72acd5
commit 98b561e806
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function module.drag_to_tag(c)
local dir = nil
local wa = capi.screen[c.screen].workarea
local wa = c.screen.workarea
if coords.x >= wa.x + wa.width - 1 then
capi.mouse.coords({ x = wa.x + 2 }, true)