tile: Do not use the deprecated geometry access

This commit is contained in:
Emmanuel Lepage Vallee 2016-09-11 02:08:38 -04:00
parent ecdcd01dba
commit 50da373903
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ tile.resize_jump_to_corner = true
local function mouse_resize_handler(c, _, _, _, orientation)
orientation = orientation or "tile"
local wa = capi.screen[c.screen].workarea
local wa = c.screen.workarea
local mwfact = c.screen.selected_tag.master_width_factor
local cursor
local g = c:geometry()