| 360 | } |
| 361 | |
| 362 | int osc_hide_handler(const char*, const char*, lo_arg**, int, lo_message, void*) |
| 363 | { |
| 364 | d_debug("osc_hide_handler()"); |
| 365 | |
| 366 | if (globalUI != nullptr) |
| 367 | globalUI->dssiui_hide(); |
| 368 | |
| 369 | return 0; |
| 370 | } |
| 371 | |
| 372 | int osc_quit_handler(const char*, const char*, lo_arg**, int, lo_message, void*) |
| 373 | { |
nothing calls this directly
no test coverage detected