From: Luca CPZ <luca.cpz@gmail.com>
Date: Fri, 20 Jul 2018 11:05:03 +0000 (+0200)
Subject: centerwork: remove capi reference
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a4c86f9ace9dc5caad4f942af5d1be3eca47f666?ds=inline;hp=feb17d77bbe1121f743b2ca5ea5306ca72a18aec

centerwork: remove capi reference
---

diff --git a/layout/centerwork.lua b/layout/centerwork.lua
index bf0c0ca..2b38a69 100644
--- a/layout/centerwork.lua
+++ b/layout/centerwork.lua
@@ -10,7 +10,7 @@
 
 --]]
 
-local capi, floor, max, screen = capi, math.floor, math.max, screen
+local floor, max, mouse, mousegrabber, screen = math.floor, math.max, mouse, mousegrabber, screen
 
 local centerwork = {
     name       = "centerwork",
@@ -152,11 +152,11 @@ local function mouse_resize_handler(c, corner, x, y, orientation)
         corner_coords = { y = wa.y + wa.height * (1 - mwfact) / 2, x = g.x + offset }
     end
 
-    capi.mouse.coords(corner_coords)
+    mouse.coords(corner_coords)
 
     local prev_coords = {}
 
-    capi.mousegrabber.run(function(_mouse)
+    mousegrabber.run(function(_mouse)
         if not c.valid then return false end
         for _, v in ipairs(_mouse.buttons) do
             if v then