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.21 by root, Fri Jan 4 20:39:42 2008 UTC vs.
Revision 1.22 by sasha, Fri Jan 4 21:25:57 2008 UTC

96 h_scale = v_scale = 0; 96 h_scale = v_scale = 0;
97 h_align = v_align = 0; 97 h_align = v_align = 0;
98#endif 98#endif
99 flags = 0; 99 flags = 0;
100 pixmap = None; 100 pixmap = None;
101 valid_since = invalid_since = 0;
101} 102}
102 103
103void 104void
104bgPixmap_t::destroy () 105bgPixmap_t::destroy ()
105{ 106{
1237 pixmap = None; 1238 pixmap = None;
1238 } 1239 }
1239 } 1240 }
1240 1241
1241 apply (); 1242 apply ();
1243
1244 XSync (target->dpy, False);
1245 valid_since = ev::now ();
1242 1246
1243 TIMING_TEST_PRINT_RESULT (tp); 1247 TIMING_TEST_PRINT_RESULT (tp);
1244 1248
1245 return true; 1249 return true;
1246} 1250}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines