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

Function qualCB

server/vglconfig.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void qualCB(Fl_Widget *w, void *data)
197{
198 Fl_Value_Slider *slider = (Fl_Value_Slider *)w;
199 fconfig.qual = (int)slider->value();
200 setProf();
201}
202
203void profCB(Fl_Widget *w, void *data)
204{

Callers

nothing calls this directly

Calls 2

setProfFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected