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:
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…
Reference in New Issue
Block a user