Home
last modified time | relevance | path

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

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DBOINCBaseFrame.cpp349 CFStringRef frontWindowTitle, eventLogTitle; in OnCloseWindow() local
354 CopyWindowTitleAsCFString(win, &frontWindowTitle); in OnCloseWindow()
356 CFComparisonResult res = CFStringCompare(eventLogTitle, frontWindowTitle, 0); in OnCloseWindow()
358 CFRelease(frontWindowTitle); in OnCloseWindow()