Searched refs:POPF_DRAG (Results 1 – 3 of 3) sorted by relevance
300 if (!(wp->w_popup_flags & POPF_DRAG)) in popup_drag()686 wp->w_popup_flags |= POPF_DRAG; in apply_general_options()688 wp->w_popup_flags &= ~POPF_DRAG; in apply_general_options()2056 wp->w_popup_flags |= POPF_DRAG; in popup_create()2073 wp->w_popup_flags |= POPF_DRAG; in popup_create()2095 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()2106 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()2361 if ((wp->w_popup_flags & POPF_DRAG) in filter_handle_drag()3080 dict_add_number(dict, "drag", (wp->w_popup_flags & POPF_DRAG) != 0); in f_popup_getoptions()
641 #define POPF_DRAG 0x10 // popup can be moved by dragging macro
1638 else if ((wp->w_popup_flags & (POPF_DRAG | POPF_RESIZE)) in jump_to_mouse()