wmail: call `XSetCommand()`.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-07-09 16:53:13 +01:00 committed by Carlos R. Mafra
parent e330aaee46
commit 5b7e5d8924
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ int main( int argc, char **argv )
XStringListToTextProperty( &name, 1, &windowName );
XSetWMName( DADisplay, DAWindow, &windowName );
XSetCommand( DADisplay, DAWindow, argv, argc );
UpdatePixmap( false );
DAShow();