debug--
This commit is contained in:
parent
beb8322c3d
commit
51de1b4a59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user