Searched defs:iPropFormat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1553 int iPropFormat; local
1562 &aPropType, &iPropFormat, &cItems, &cbRemaining, &pcData);
1564 LogFlowThisFunc(("strType=%s, iPropFormat=%d, cItems=%RU32, cbRemaining=%RU32\n",
1565 gX11->xAtomToString(aPropType).c_str(), iPropFormat, cItems, cbRemaining));
1569 && iPropFormat >= 8
1573 size_t cbData = cItems * (iPropFormat / 8);

Completed in 38 milliseconds