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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.518 by sf-exg, Wed Jun 6 22:00:20 2012 UTC vs.
Revision 1.519 by root, Thu Jun 7 11:27:08 2012 UTC

1488 else 1488 else
1489 get_window_origin (x, y); 1489 get_window_origin (x, y);
1490 1490
1491 if (x != parent_x || y != parent_y) 1491 if (x != parent_x || y != parent_y)
1492 { 1492 {
1493 HOOK_INVOKE ((this, HOOK_POSITION_CHANGE, DT_INT, x, DT_INT, y, DT_END));
1494 parent_x = x; 1493 parent_x = x;
1495 parent_y = y; 1494 parent_y = y;
1495 HOOK_INVOKE ((this, HOOK_POSITION_CHANGE, DT_INT, x, DT_INT, y, DT_END));
1496 } 1496 }
1497 1497
1498 if (bg_set_position (x, y) 1498 if (bg_set_position (x, y)
1499 || !(bg_flags & BG_IS_VALID)) 1499 || !(bg_flags & BG_IS_VALID))
1500 moved = true; 1500 moved = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines