Functions in
screen.h
Functions that are available for buffers.
screen_create_buffer()
Create a buffer handle that can later be attached to a window or a pixmap.
screen_destroy_buffer()
Destroy a buffer and frees associated resources.
screen_get_buffer_property_cv()
Retrieve the current value of the specified buffer property of type char.
screen_get_buffer_property_iv()
Retrieve the current value of the specified buffer property of type integer.
screen_get_buffer_property_llv()
Retrieve the current value of the specified buffer property of type long long integer.
screen_get_buffer_property_pv()
Retrieve the current value of the specified buffer property of type
void*
.
screen_set_buffer_property_cv()
Set the value of the specified buffer property of type char.
screen_set_buffer_property_iv()
Set the value of the specified buffer property of type integer.
screen_set_buffer_property_llv()
Set the value of the specified buffer property of type long long integer.
screen_set_buffer_property_pv()
Set the value of the specified buffer property of type void*.
Parent topic:
Buffers (screen.h)