Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIControl.h370 static const unsigned int DIRTY_STATE_CHILD = 2; //One / more children are dirty variable
H A DGUIControl.cpp473 m_parentControl->MarkDirtyRegion(DIRTY_STATE_CHILD); in MarkDirtyRegion()
H A DGUIWindow.cpp713 …MarkDirtyRegion(DIRTY_STATE_CHILD); //Don't force an dirtyRect, we don't know if / what has change… in OnMessage()