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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.202 by root, Wed Jan 25 01:08:38 2006 UTC vs.
Revision 1.203 by root, Wed Jan 25 02:42:06 2006 UTC

513 513
514 check_ev.start (); 514 check_ev.start ();
515 515
516 HOOK_INVOKE ((this, HOOK_START, DT_END)); 516 HOOK_INVOKE ((this, HOOK_START, DT_END));
517 517
518#if ENABLE_XEMBED
519 if (rs[Rs_embed])
520 {
521 long info[2] = { 0, XEMBED_MAPPED };
522
523 XChangeProperty (display->display, parent[0], xa[XA_XEMBED_INFO], xa[XA_XEMBED_INFO],
524 32, PropModeReplace, (unsigned char *)&info, 2);
525 }
526#endif
527
518 XMapWindow (disp, vt); 528 XMapWindow (disp, vt);
519 XMapWindow (disp, parent[0]); 529 XMapWindow (disp, parent[0]);
520 530
521 return true; 531 return true;
522} 532}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines