Minor tweak

This commit is contained in:
Jack Andersen
2018-12-07 15:28:54 -10:00
parent 54676aff91
commit 2c2c72bfd1
5 changed files with 9 additions and 8 deletions

View File

@@ -1431,8 +1431,8 @@ public:
unsigned char* data;
Atom type;
Atom t1 = S_ATOMS->m_clipboard;
Atom t2 = S_ATOMS->m_clipdata;
//Atom t1 = S_ATOMS->m_clipboard;
//Atom t2 = S_ATOMS->m_clipdata;
if (XGetWindowProperty(m_xDisp, m_windowId, S_ATOMS->m_clipdata, 0, 32, False, AnyPropertyType,
&type, &format, &nitems, &rem, &data))