This commit is contained in:
Sebastian Kügler 2013-10-28 04:19:58 +01:00
parent beb8322c3d
commit 51de1b4a59

View File

@ -454,7 +454,7 @@ void DialogShadows::Private::updateShadow(const QWindow *window, Plasma::FrameSv
Display *dpy = QX11Info::display();
Atom atom = XInternAtom(dpy, "_KDE_NET_WM_SHADOW", False);
qDebug() << "going to set the shadow of" << window->winId() << "to" << data;
//qDebug() << "going to set the shadow of" << window->winId() << "to" << data;
XChangeProperty(dpy, window->winId(), atom, XA_CARDINAL, 32, PropModeReplace,
reinterpret_cast<const unsigned char *>(data[enabledBorders].constData()), data[enabledBorders].size());
#endif