disable debug message for shadows

pull/1/head
Michail Vourlakos 8 years ago
parent 329ba8b6ff
commit 417f0012bd

@ -553,7 +553,7 @@ void PanelShadows::Private::updateShadowX11(const QWindow *window, Plasma::Frame
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

Loading…
Cancel
Save