rename conky_window upval

This commit is contained in:
petrucci4prez 2017-07-16 14:15:55 -04:00
parent b78fc35478
commit 67b734240b
1 changed files with 3 additions and 3 deletions

View File

@ -165,9 +165,9 @@ local check_interface = function()
end
function conky_main()
local cw = conky_window
if not cw then return end
local cs = __cairo_xlib_surface_create(cw.display, cw.drawable, cw.visual, 1920, 1080)
local _cw = conky_window
if not _cw then return end
local cs = __cairo_xlib_surface_create(_cw.display, _cw.drawable, _cw.visual, 1920, 1080)
local cr = __cairo_create(cs)
updates = updates + 1