]> git.pld-linux.org Git - packages/awesome.git/commitdiff
- declare originalfocus variable as local DEVEL
authorpawelz <pawelz@pld-linux.org>
Wed, 14 Oct 2009 20:30:33 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesome-magnifier.patch -> 1.1.2.4

awesome-magnifier.patch

index cd208a43fbb2d55f00a5ad4ff386cd7b8b831840..9ada12a62f44e9deb15a74b1c85bda6aa3efc13c 100644 (file)
@@ -9,7 +9,7 @@ index 2d4a526..74a2398 100644
 +    -- If focused window is floating, value of focus will change. We want to
 +    -- save original value of focus and raise() it after seting geometry of
 +    -- other clients.
-+    originalfocus = focus
++    local originalfocus = focus
 +
      -- If focused window is not tiled, take the first one which is tiled.
      if client.floating.get(focus) then
This page took 0.057962 seconds and 4 git commands to generate.