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

Comparing rxvt-unicode/src/background.C (file contents):
Revision 1.20 by root, Mon Dec 24 06:51:37 2007 UTC vs.
Revision 1.21 by root, Fri Jan 4 20:39:42 2008 UTC

900 XGrabServer (dpy); 900 XGrabServer (dpy);
901 XMapRaised (dpy, src); 901 XMapRaised (dpy, src);
902 XSync (dpy, False); 902 XSync (dpy, False);
903 903
904 /* XSync should get window where it's properly exposed, 904 /* XSync should get window where it's properly exposed,
905 * but to be on the safe side - let's check for the actuall event to arrive : */ 905 * but to be on the safe side - let's check for the actual event to arrive : */
906 while (XCheckWindowEvent (dpy, src, ExposureMask, &event)) 906 while (XCheckWindowEvent (dpy, src, ExposureMask, &event))
907 ++ev_count; 907 ++ev_count;
908 908
909 if (ev_count > 0); 909 if (ev_count > 0);
910 { 910 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines