mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-24 11:57:35 +02:00
changed the transparency of the window where drag is from on mac.
This commit is contained in:
parent
b92b7c71fb
commit
dbc7659776
4 changed files with 13 additions and 7 deletions
|
@ -762,8 +762,9 @@ CClient::fileChunkReceived(CString data)
|
|||
void
|
||||
CClient::dragInfoReceived(UInt32 fileNum, CString data)
|
||||
{
|
||||
CDragInformation::parseDragInfo(m_dragFileList, fileNum, data);
|
||||
LOG((CLOG_DEBUG "drag information received"));
|
||||
LOG((CLOG_DEBUG "parsing drag info data: %s", data.c_str()));
|
||||
CDragInformation::parseDragInfo(m_dragFileList, fileNum, data);
|
||||
LOG((CLOG_DEBUG "total drag file number: %i", m_dragFileList.size()));
|
||||
|
||||
for(int i = 0; i < m_dragFileList.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue