fix for Linux

This commit is contained in:
Hartmut Seichter 2019-02-06 13:13:29 +01:00
parent 40e8c43e01
commit a5cdf4e5f9
2 changed files with 7 additions and 7 deletions

View file

@ -31,6 +31,7 @@ w.on_update = function(self)
end
-- show all displays
local ds = pw.display:all()
for i = 1,#ds do
print("display ",i,ds[i].name)