Call bitmap_save() for native drag saves.

(still does nothing as bitmap_save isn't implemented yet)

svn path=/trunk/netsurf/; revision=6903
This commit is contained in:
Chris Young 2009-03-26 18:22:24 +00:00
parent 8d58a8b87b
commit 4a8b0ca787

View File

@ -2980,7 +2980,10 @@ void ami_drag_save(struct Window *win)
break; break;
case GUI_SAVE_OBJECT_NATIVE: case GUI_SAVE_OBJECT_NATIVE:
// not implemented yet {
struct content *c = drag_save_data;
bitmap_save(c->bitmap,path,0);
}
break; break;
} }