Home
last modified time | relevance | path

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

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dgentoo.h275CBAF_REQSEL_DEST = (1<<5) /* Command won't run if there's no destination selection when invoked. … enumerator
H A Dcfg_cmdseq.c343 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pxbf->reqsel_dst), (flags & CBAF_REQSEL_DEST) != 0); in set_cx_ba_flags()
917 g_object_set_data(G_OBJECT(pxbf->reqsel_dst), "user", GINT_TO_POINTER(CBAF_REQSEL_DEST)); in build_px_bf()
H A Dcmdseq.c384 if(flags & CBAF_REQSEL_DEST) in csq_handle_ba_flags()