Home
last modified time | relevance | path

Searched refs:WEED_PLANT_EVENT_LIST (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-events.h32 #define WEED_PLANT_EVENT_LIST 257 macro
/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.h359 …_EVENT_LIST(plant) ((plant != NULL && weed_get_plant_type(plant) == WEED_PLANT_EVENT_LIST) ? 1 : 0)
H A Dgui.c3770 weed_plant_t *event_list = weed_plant_new(WEED_PLANT_EVENT_LIST); in resize_widgets_for_monitor()
H A Devents.c248 evelist = weed_plant_new(WEED_PLANT_EVENT_LIST); in lives_event_list_new()