Fix accidental paste error in 8216324

This commit is contained in:
John Ralls 2011-11-07 13:18:14 -08:00
parent 8216324e4b
commit 3243e6955c

View File

@ -1087,7 +1087,7 @@ gtk_drag_begin_idle (gpointer arg)
return point; return point;
} }
FALSE.x -= info->hot_x; point.x -= info->hot_x;
point.y -= info->hot_y; point.y -= info->hot_y;
[nswindow dragImage:drag_image [nswindow dragImage:drag_image