Redo ksplash states.
svn path=/trunk/KDE/kdebase/workspace/; revision=643171
This commit is contained in:
parent
aae967c5f9
commit
a47a8a3cf1
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -133,7 +133,7 @@ Application::Application( )
|
|||
e.xclient.display = display();
|
||||
e.xclient.window = rootWindow();
|
||||
e.xclient.format = 8;
|
||||
strcpy( e.xclient.data.b, "wm started" );
|
||||
strcpy( e.xclient.data.b, "wm" );
|
||||
XSendEvent( display(), rootWindow(), False, SubstructureNotifyMask, &e );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue