Searched refs:current_stack_size (Results 1 – 1 of 1) sorted by relevance
6760 int current_stack_size = g.BeginPopupStack.Size; in OpenPopupEx() local6771 if (g.OpenPopupStack.Size < current_stack_size + 1) in OpenPopupEx()6780 …if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].Ope… in OpenPopupEx()6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()6787 g.OpenPopupStack.resize(current_stack_size + 1); in OpenPopupEx()6788 g.OpenPopupStack[current_stack_size] = popup_ref; in OpenPopupEx()