Home | History | Annotate | Download | only in rfb

Lines Matching full:framebuffer

356  * This tells the client the width and height of the server's framebuffer,
532 * FramebufferUpdate - a block of rectangles to be copied to the framebuffer.
1133 * framebuffer the client is displaying.
1157 * ResizeFrameBuffer - The Client must change the size of its framebuffer
1163 uint16_t framebufferWidth; /* FrameBuffer width */
1164 uint16_t framebufferHeigth; /* FrameBuffer height */
1173 * ReSizeFrameBuffer - tell the RFB client to alter its framebuffer, either
1183 uint16_t buffer_w; /* FrameBuffer width */
1184 uint16_t buffer_h; /* Framebuffer height */
1288 * FramebufferUpdateRequest - request for a framebuffer update. If incremental