WISH: tabbed windows (hey, just use screen...)
WISH: just for fun, do shade and tint with XRender.
+ - use XmbSetWMProperties instead of XSetWMProperties.
+ - properly update WM_LOCALE.
+
5.2 Sun Feb 20 01:48:59 CET 2005
- new option -pty-fd that makes the terminal a slave
that uses an existing pty for I/O instead of starting
wmHint.initial_state = options & Opt_iconic ? IconicState : NormalState;
wmHint.window_group = top;
- XSetWMProperties (disp, top, NULL, NULL,
- (char **)argv, argc, &szHint, &wmHint, &classHint);
+ XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc,
+ &szHint, &wmHint, &classHint);
/* Enable delete window protocol */
XSetWMProtocols (disp, top, &xa[XA_WM_DELETE_WINDOW], 1);