Searched defs:rfb_softc (Results 1 – 1 of 1) sorted by relevance
113 struct rfb_softc { struct114 int sfd;115 pthread_t tid;117 int cfd;119 int width, height;121 const char *password;123 bool enc_raw_ok;124 bool enc_zlib_ok;125 bool enc_resize_ok;126 bool enc_extkeyevent_ok;[all …]