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.287 by sf-exg, Sat Dec 18 14:00:43 2010 UTC vs.
Revision 1.288 by sf-exg, Sat Dec 18 18:17:38 2010 UTC

1505#if ENABLE_EWMH 1505#if ENABLE_EWMH
1506 xa[XA_NET_WM_PING], 1506 xa[XA_NET_WM_PING],
1507#endif 1507#endif
1508 }; 1508 };
1509 1509
1510 XSetWMProtocols (dpy, top, protocols, sizeof (protocols) / sizeof (protocols[0])); 1510 XSetWMProtocols (dpy, top, protocols, ARRAY_LENGTH(protocols));
1511 1511
1512#if ENABLE_FRILLS 1512#if ENABLE_FRILLS
1513 if (rs[Rs_transient_for]) 1513 if (rs[Rs_transient_for])
1514 XSetTransientForHint (dpy, top, (Window)strtol (rs[Rs_transient_for], 0, 0)); 1514 XSetTransientForHint (dpy, top, (Window)strtol (rs[Rs_transient_for], 0, 0));
1515#endif 1515#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines