MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / compCB

Function compCB

server/vglconfig.cpp:176–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174// Callbacks
175
176void compCB(Fl_Widget *w, void *data)
177{
178 int d = (int)((long)data);
179 if((d >= 0 && d <= RR_COMPRESSOPT - 1) || strlen(fconfig.transport) > 0)
180 fconfig_setcompress(fconfig, d);
181 setSamp();
182 setQual();
183 setProf();
184 setIF();
185 setStereo();
186 setFPS();
187}
188
189void sampCB(Fl_Widget *w, void *data)
190{

Callers

nothing calls this directly

Calls 7

fconfig_setcompressFunction · 0.85
setSampFunction · 0.85
setQualFunction · 0.85
setProfFunction · 0.85
setIFFunction · 0.85
setStereoFunction · 0.85
setFPSFunction · 0.85

Tested by

no test coverage detected