Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1075 ulong fsp_func; ///< fileselector preview expose (for image thumbnails) member
H A Dcallbacks.c7254 if (mainw->fsp_func == 0)
7255 …mainw->fsp_func = lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->fs_playimg), LIVES_WIDGET_EXPO…
7585 if (mainw->fsp_func != 0) {
7586 lives_signal_handler_disconnect(mainw->fs_playimg, mainw->fsp_func);
7587 mainw->fsp_func = 0;
H A Dmain.c1513 mainw->fsp_func = 0; in lives_init()