| 349 | } |
| 350 | |
| 351 | int osc_show_handler(const char*, const char*, lo_arg**, int, lo_message, void*) |
| 352 | { |
| 353 | d_debug("osc_show_handler()"); |
| 354 | |
| 355 | initUiIfNeeded(); |
| 356 | |
| 357 | globalUI->dssiui_show(); |
| 358 | |
| 359 | return 0; |
| 360 | } |
| 361 | |
| 362 | int osc_hide_handler(const char*, const char*, lo_arg**, int, lo_message, void*) |
| 363 | { |
nothing calls this directly
no test coverage detected