Fixes module namespace issues in screen.lua and client.lua
commited9f218669879a8b8578a9981384aa22e0e11cbc
authorAbdó Roig-Maranges <abdo.roig@gmail.com>
Fri, 28 Sep 2012 21:53:58 +0000 (28 23:53 +0200)
committerUli Schlachter <psychon@znc.in>
Sat, 29 Sep 2012 14:52:53 +0000 (29 16:52 +0200)
treee55bf575b512add3fa3c96be364eab3cc7e66bd7
parent34c1c7d4165586c674e6f52bc6ea3a446f503144
Fixes module namespace issues in screen.lua and client.lua

The wrong module names were introduced in commits:
0e2960ebf372507017d6dba4e573c28dbd028478 and
d799ac76aa9d182abc4d80810e4c552e6e4d7e17.

Once fixed, client.lua and screen.lua mutually require each other, so we must
use a trick, and load the modules inside the functions that need them.

Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/client.lua.in
lib/awful/screen.lua.in