This finds the appropriate screen for the CAPI object
object
. If
object
is
nil
it returns the default screen, and if it is a number
n
it returns the
n
th screen.
(capi:convert-to-screen)
Assuming you have a second screen, you can access it using:
(capi:convert-to-screen 1)