Merging from old trunk:
r643171 | lunakl | 2007-03-16 15:04:00 +0100 (Fri, 16 Mar 2007) | 3 lines Redo ksplash states. svn path=/trunk/KDE/kdebase/workspace/; revision=659558
This commit is contained in:
parent
d904f5ca12
commit
989606a06c
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -137,7 +137,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