shims: Set capi.screen.primary.
This is used as a fallback when some objects go out of screen.
This commit is contained in:
parent
0c53d76f25
commit
59e2ae6800
|
@ -136,6 +136,7 @@ screen._add_screen {width=320, height=240}
|
|||
screen._grid_vertical_margin = 10
|
||||
screen._grid_horizontal_margin = 10
|
||||
|
||||
screen.primary = screen[1]
|
||||
|
||||
function screen.count()
|
||||
return screen._count
|
||||
|
|
Loading…
Reference in New Issue