Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1067 ulong toy_func_none; member
H A Dcallbacks.c9578 lives_signal_handler_block(mainw->toy_none, mainw->toy_func_none);
9580 lives_signal_handler_unblock(mainw->toy_none, mainw->toy_func_none);
9588 lives_signal_handler_block(mainw->toy_none, mainw->toy_func_none);
9590 lives_signal_handler_unblock(mainw->toy_none, mainw->toy_func_none);
H A Dgui.c2870 …mainw->toy_func_none = lives_signal_sync_connect_after(LIVES_GUI_OBJECT(mainw->toy_none), LIVES_WI… in create_LiVES()