context: Add screen property

This commit is contained in:
Emmanuel Lepage Vallee 2016-08-22 01:52:39 -04:00
parent e29771fa48
commit 5eab124677
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ local function new(args)
-- Accessors
data.get_wibox = function() return internal.w end
data.get_visible = function() return internal.private_data.visible end
data.get_screen = function() return internal.w.screen end
data.get_margins = common.get_margins
internal.set_visible = set_visible