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.114 by root, Sun Feb 20 00:09:25 2005 UTC vs.
Revision 1.115 by root, Sun Feb 20 02:00:43 2005 UTC

1033 wmHint.flags = InputHint | StateHint | WindowGroupHint; 1033 wmHint.flags = InputHint | StateHint | WindowGroupHint;
1034 wmHint.input = True; 1034 wmHint.input = True;
1035 wmHint.initial_state = options & Opt_iconic ? IconicState : NormalState; 1035 wmHint.initial_state = options & Opt_iconic ? IconicState : NormalState;
1036 wmHint.window_group = top; 1036 wmHint.window_group = top;
1037 1037
1038 XSetWMProperties (disp, top, NULL, NULL, 1038 XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc,
1039 (char **)argv, argc, &szHint, &wmHint, &classHint); 1039 &szHint, &wmHint, &classHint);
1040 1040
1041 /* Enable delete window protocol */ 1041 /* Enable delete window protocol */
1042 XSetWMProtocols (disp, top, &xa[XA_WM_DELETE_WINDOW], 1); 1042 XSetWMProtocols (disp, top, &xa[XA_WM_DELETE_WINDOW], 1);
1043 1043
1044#if ENABLE_FRILLS 1044#if ENABLE_FRILLS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines