Home
last modified time | relevance | path

Searched refs:handle_x11_error (Results 1 – 3 of 3) sorted by relevance

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dless_trivial_synth_qt_gui.cpp28 static int handle_x11_error(Display *dpy, XErrorEvent *err) in handle_x11_error() function
448 XSetErrorHandler(handle_x11_error); in main()
H A Dtrivial_sampler_qt_gui.cpp40 static int handle_x11_error(Display *dpy, XErrorEvent *err) in handle_x11_error() function
626 XSetErrorHandler(handle_x11_error); in main()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DMainWindowBase.cpp125 static int handle_x11_error(Display *dpy, XErrorEvent *err) in handle_x11_error() function
181 XSetErrorHandler(handle_x11_error); in MainWindowBase()