Searched refs:M_PLOT_SELECTED (Results 1 – 2 of 2) sorted by relevance
115 if (pl->flags & M_PLOT_SELECTED && in MouseMotion()273 AG_INVFLAGS(pl->flags, M_PLOT_SELECTED); in MouseButtonDown()283 opl->flags &= ~M_PLOT_SELECTED; in MouseButtonDown()285 pl->flags |= M_PLOT_SELECTED; in MouseButtonDown()308 if (! (pl->flags & M_PLOT_SELECTED)) { continue; } in MouseButtonDown()315 if (! (pl->flags & M_PLOT_SELECTED)) { continue; } in MouseButtonDown()513 if (pl->flags & M_PLOT_SELECTED) { in Draw()
72 #define M_PLOT_SELECTED 0x01 macro