tests: Add awesome.xrdb_get_value to the shims

This commit is contained in:
Emmanuel Lepage Vallee 2019-07-18 00:19:31 -04:00
parent ef508462b8
commit 48f973f2eb
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ function awesome.pixbuf_to_surface(_, path)
return awesome.load_image(path) return awesome.load_image(path)
end end
function awesome.xrdb_get_value()
return nil
end
-- Always show deprecated messages -- Always show deprecated messages
awesome.version = "v9999" awesome.version = "v9999"