Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/skype/libskype/
H A Dskypewindow.cpp220 WId SkypeWindow::getWebcamWidgetWId(WId actualWId) { in getWebcamWidgetWId() argument
221 kDebug(SKYPE_DEBUG_GLOBAL) << actualWId; in getWebcamWidgetWId()
222 if ( isWebcamWidget(actualWId) ) //first check if it is webcam widget in getWebcamWidgetWId()
223 return actualWId; in getWebcamWidgetWId()
227 …int status = XQueryTree(QX11Info::display(), actualWId, &root, &parent, &children, &nchildren); //… in getWebcamWidgetWId()
H A Dskypewindow.h97 WId getWebcamWidgetWId(WId actualWId);