Functions in
screen.h
Functions that are available for contexts.
screen_create_context()
Establish a connection with the composited windowing system.
screen_destroy_context()
Terminate a connection with the composited windowing system.
screen_flush_context()
Flush a context, given a context and a set of flags.
screen_get_context_property_cv()
Retrieve the current value of the specified context property of type char.
screen_get_context_property_iv()
Retrieve the current value of the specified context property of type integer.
screen_get_context_property_llv()
Retrieve the current value of the specified context property of type long long integer.
screen_get_context_property_pv()
Retrieve the current value of the specified context property of type void*.
screen_notify()
Send asynchronous notifications to Screen.
screen_set_context_property_cv()
Set the value of the specified context property of type char.
screen_set_context_property_iv()
Set the value of the specified context property of type integer.
screen_set_context_property_llv()
Set the value of the specified context property of type long long integer.
screen_set_context_property_pv()
Set the value of the specified context property of type void*.
Parent topic:
Contexts (screen.h)