SVN revision: 3240
This commit is contained in:
Carsten Haitzler 2000-08-23 01:18:52 +00:00
parent 37e6364bd0
commit b99cd06c87
1 changed files with 2 additions and 0 deletions

View File

@ -1098,6 +1098,8 @@ imlib_clone_image(void)
}
memcpy(im->data, im_old->data, im->w * im->h *sizeof(DATA32));
im->flags = im_old->flags;
SET_FLAG(im->flags, F_UNCACHEABLE);
SET_FLAG(im->flags, F_UNCACHEABLE);
im->moddate = im_old->moddate;
im->border = im_old->border;
im->loader = im_old->loader;