Home
last modified time | relevance | path

Searched refs:WF_WHITE_BORDER_MASK (Results 1 – 4 of 4) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/interface/
H A DWindow.cpp266 w->flags |= WF_WHITE_BORDER_MASK; in WindowCreate()
653 if (w->flags & WF_WHITE_BORDER_MASK) in WindowDrawWidgets()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DScWindow.hpp311 w->flags |= WF_WHITE_BORDER_MASK; in bringToFront()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow.cpp144 if (w->flags & WF_WHITE_BORDER_MASK) in window_update_all()
147 if (!(w->flags & WF_WHITE_BORDER_MASK)) in window_update_all()
689 return window_bring_to_front_by_class_with_flags(cls, WF_WHITE_BORDER_MASK); in window_bring_to_front_by_class()
705 w->flags |= WF_WHITE_BORDER_MASK; in window_bring_to_front_by_number()
H A DWindow.h351 WF_WHITE_BORDER_MASK = (1 << 12) | (1 << 13), enumerator