Home
last modified time | relevance | path

Searched refs:hURL (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/aqua/source/app/
H A Dsaldata.cxx256 … CFURLRef hURL = CFBundleCopyResourceURL( hMain, pCursorName, CFSTR("png"), CFSTR("cursors") ); in getCursor() local
257 if( hURL ) in getCursor()
259 …sor alloc] initWithImage: [[NSImage alloc] initWithContentsOfURL: (NSURL*)hURL] hotSpot: aHotSpot]; in getCursor()
260 CFRelease( hURL ); in getCursor()