ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.194 by sasha, Thu Jul 26 16:17:50 2007 UTC vs.
Revision 1.196 by root, Wed Aug 1 17:39:28 2007 UTC

1 /*----------------------------------------------------------------------* 1/*----------------------------------------------------------------------*
2 * File: init.C 2 * File: init.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
882rxvt_term::create_windows (int argc, const char *const *argv) 882rxvt_term::create_windows (int argc, const char *const *argv)
883{ 883{
884 XClassHint classHint; 884 XClassHint classHint;
885 XWMHints wmHint; 885 XWMHints wmHint;
886#if ENABLE_FRILLS 886#if ENABLE_FRILLS
887 MWMHints mwmhints; 887 MWMHints mwmhints = { };
888#endif 888#endif
889 XGCValues gcvalue; 889 XGCValues gcvalue;
890 XSetWindowAttributes attributes; 890 XSetWindowAttributes attributes;
891 Window top, parent; 891 Window top, parent;
892 892

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines