mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kded: do not send notification to ksplash
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
642042c30e
commit
2178afec68
1 changed files with 0 additions and 17 deletions
|
@ -41,12 +41,6 @@
|
|||
#include <QDBusReply>
|
||||
#include <QDBusConnectionInterface>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
#include <qx11info_x11.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <fixx11h.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#define KDED_EXENAME "kded4"
|
||||
|
@ -608,17 +602,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
Kded kded(&app);
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
XEvent e;
|
||||
e.xclient.type = ClientMessage;
|
||||
e.xclient.message_type = XInternAtom(QX11Info::display(), "_KDE_SPLASH_PROGRESS", False);
|
||||
e.xclient.display = QX11Info::display();
|
||||
e.xclient.window = QX11Info::appRootWindow();
|
||||
e.xclient.format = 8;
|
||||
strcpy(e.xclient.data.b, "kded");
|
||||
XSendEvent(QX11Info::display(), QX11Info::appRootWindow(), False, SubstructureNotifyMask, &e);
|
||||
#endif
|
||||
|
||||
return app.exec(); // keep running
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue