Searched refs:_nReset (Results 1 – 1 of 1) sorted by relevance
792 void lcl_modifyWindowStyle( Window* _pWin, WinBits _nSet, WinBits _nReset ) in lcl_modifyWindowStyle() argument794 DBG_ASSERT( 0 == ( _nSet & _nReset ), "lcl_modifyWindowStyle: set _and_ reset the same bit?" ); in lcl_modifyWindowStyle()796 _pWin->SetStyle( ( _pWin->GetStyle() | _nSet ) & ~_nReset ); in lcl_modifyWindowStyle()
Completed in 25 milliseconds