Searched refs:theIDs (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/mac/carbon/
H A Ddisplay.cpp164 CGDirectDisplayID* theIDs = new CGDirectDisplayID[theCount]; local
165 err = wxOSXGetDisplayList(theCount, theIDs, &theCount);
170 if (theIDs[nWhich] == theID)
174 delete [] theIDs;
189 CGDirectDisplayID* theIDs = new CGDirectDisplayID[theCount]; local
191 CGDisplayErr err = wxOSXGetDisplayList(theCount, theIDs, &theCount);
196 wxDisplayImplMacOSX *display = new wxDisplayImplMacOSX(n, theIDs[n]);
198 delete [] theIDs;

Completed in 54 milliseconds