parent
944e36ea2e
commit
57a39984dd
3 changed files with 13 additions and 0 deletions
|
|
@ -814,3 +814,9 @@ void CWLDataDeviceProtocol::renderDND(PHLMONITOR pMonitor, timespec* when) {
|
|||
bool CWLDataDeviceProtocol::dndActive() {
|
||||
return dnd.currentSource;
|
||||
}
|
||||
|
||||
void CWLDataDeviceProtocol::abortDndIfPresent() {
|
||||
if (!dndActive())
|
||||
return;
|
||||
abortDrag();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue