Searched refs:gs_cursorsHash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dcursor.cpp60 static wxCursorsHash *gs_cursorsHash = NULL; variable
70 if ( !gs_cursorsHash )
71 gs_cursorsHash = new wxCursorsHash;
73 if ( gs_cursorsHash->find(cursorId) != gs_cursorsHash->end() )
76 *this = (*gs_cursorsHash)[cursorId];
137 (*gs_cursorsHash)[cursorId] = *this;
271 wxDELETE(gs_cursorsHash);

Completed in 44 milliseconds