Allow reusing the same wxWindowID more than 254 times.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Nov 2011 11:24:04 +0000 (11:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Nov 2011 11:24:04 +0000 (11:24 +0000)
commit535a0e088970edfcd385cd16d1c96958a317349e
tree430ade7bc2bd217606ce563a06684fbdc5f7dbe2
parentc052f780a4d89bad64b22bb1ad594b0bc7790e82
Allow reusing the same wxWindowID more than 254 times.

Extend the id reference count storage to use an overflow hash map for the ids
used more than 254 times. This allows to use the same id an arbitrarily large
number of times.

Closes #13618.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/windowid.cpp