1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00

disable debug message for shadows

This commit is contained in:
Michail Vourlakos 2017-03-07 22:21:41 +02:00
parent 329ba8b6ff
commit 417f0012bd

View File

@ -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