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

Method serverInit

java/com/tigervnc/rfb/CMsgHandler.java:79–85  ·  view source on GitHub ↗
(int width, int height,
                         PixelFormat pf, String name)

Source from the content-addressed store, hash-verified

77 String x509subject);
78
79 public void serverInit(int width, int height,
80 PixelFormat pf, String name)
81 {
82 server.setDimensions(width, height);
83 server.setPF(pf);
84 server.setName(name);
85 }
86
87 abstract public void readAndDecodeRect(Rect r, int encoding,
88 ModifiablePixelBuffer pb);

Callers

nothing calls this directly

Calls 3

setDimensionsMethod · 0.45
setPFMethod · 0.45
setNameMethod · 0.45

Tested by

no test coverage detected