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

Comparing rxvt-unicode/src/rxvtimg.h (file contents):
Revision 1.19 by root, Thu Jun 7 08:36:09 2012 UTC vs.
Revision 1.20 by root, Thu Jun 7 10:22:55 2012 UTC

53 } 53 }
54 54
55 // inplace 55 // inplace
56 void move (int dx, int dy) 56 void move (int dx, int dy)
57 { 57 {
58 x += dx; 58 x -= dx;
59 y += dy; 59 y -= dy;
60 } 60 }
61 61
62 void repeat_mode (int repeat) 62 void repeat_mode (int repeat)
63 { 63 {
64 this->repeat = repeat; 64 this->repeat = repeat;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines