Subversion Repositories Kolibri OS

Rev

Rev 882 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 882 Rev 1002
Line 168... Line 168...
168
           *src_x += dx0 - *dst_x;
168
         *src_x += dx0 - *dst_x;
169
           *src_y += dy0 - *dst_y;
169
         *src_y += dy0 - *dst_y;
Line 170... Line 170...
170
 
170
 
171
           *dst_x = dx0;
171
         *dst_x = dx0;
Line 172... Line 172...
172
           *dst_y = dx0;
172
         *dst_y = dy0;
173
 
173
 
174
           return 0;
174
         return 0;
175
        };
175
      };
176
     };
176
    }