framebuffer_update_request
Description:
public bool framebuffer_update_request (bool incremental, uint16 x, uint16 y, uint16 width, uint16 height)
Request that the server send a framebuffer update when the region positioned at (x, y) wth size (width,
height) sees damage.
The update sent may be a subset of the region requested, if incremental is FALSE.
Parameters:
| this |
the connection object |
| incremental |
TRUE to only receive region with changes |
| x |
horizontal offset to region of update |
| y |
vertical offset to region of update |
| width |
horizontal size of region of update |
| height |
vertical size of region of update |
Returns:
|
TRUE if the connection is ok, FALSE if it has an error |