MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / resizeFramebuffer

Method resizeFramebuffer

java/com/tigervnc/rfb/CConnection.java:501–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499 // dimensions or the screen layout changes. A subclass must make
500 // sure the pixel buffer has been updated once this call returns.
501 public void resizeFramebuffer()
502 {
503 assert(false);
504 }
505
506 // refreshFramebuffer() forces a complete refresh of the entire
507 // framebuffer

Callers 2

setDesktopSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected