Searched refs:wxOSXGetDisplayList (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.cpp100 static CGDisplayErr wxOSXGetDisplayList(CGDisplayCount maxDisplays, function
144 CGDisplayErr err = wxOSXGetDisplayList(0, NULL, &count);
146 wxCHECK_MSG( err == CGDisplayNoErr, 0, wxT("wxOSXGetDisplayList() failed") );
165 err = wxOSXGetDisplayList(theCount, theIDs, &theCount);
191 CGDisplayErr err = wxOSXGetDisplayList(theCount, theIDs, &theCount);
192 wxCHECK_MSG( err == CGDisplayNoErr, NULL, wxT("wxOSXGetDisplayList() failed") );

Completed in 23 milliseconds