Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.h51 #define WEED_PLANT_IS_GUI(plant) (weed_plant_get_type(plant) == WEED_PLANT_GUI ? WEED_TRUE : WEED_F… macro
H A Dweed-effects-utils.c641 if (!WEED_PLANT_IS_GUI(gui)) return 0; in weed_gui_get_flags()
H A Deffects-weed.c4428 if (WEED_PLANT_IS_GUI(plant) && !strcmp(key, WEED_LEAF_FLAGS)) g_print("Err was %d\n", err); in weed_leaf_set_monitor()