dran and drop for UIWidget

This commit is contained in:
Eduardo Bart
2012-01-19 23:16:10 -02:00
parent 733039e50e
commit 759b7f43b3
9 changed files with 69 additions and 6 deletions

View File

@@ -592,6 +592,8 @@ void X11Window::poll()
if(req->target == targets) {
Atom typeList[] = { XInternAtom(m_display, "UTF8_STRING", False),
XInternAtom(m_display, "TEXT", False),
XInternAtom(m_display, "STRING", False),
XInternAtom(m_display, "text/plain", False),
XInternAtom(m_display, "COMPOUND_TEXT", False),
XA_STRING };