mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-23 03:17:37 +02:00
fixed missing kDEBUG2 error in trunk and 1.4
This commit is contained in:
parent
81b5124e58
commit
52edb17015
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ CXWindowsClipboard::sendReply(CReply* reply)
|
||||||
// log. we've seen what appears to be a bug in lesstif and
|
// log. we've seen what appears to be a bug in lesstif and
|
||||||
// knowing the properties may help design a workaround, if
|
// knowing the properties may help design a workaround, if
|
||||||
// it becomes necessary.
|
// it becomes necessary.
|
||||||
if (CLOG->getFilter() >= CLog::kDEBUG2) {
|
if (CLOG->getFilter() >= kDEBUG2) {
|
||||||
CXWindowsUtil::CErrorLock lock(m_display);
|
CXWindowsUtil::CErrorLock lock(m_display);
|
||||||
int n;
|
int n;
|
||||||
Atom* props = XListProperties(m_display, reply->m_requestor, &n);
|
Atom* props = XListProperties(m_display, reply->m_requestor, &n);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue