]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/quartz/quartzloader.h
Split image loading into headers and pixels
[libs/gui.git] / source / graphics / quartz / quartzloader.h
index 4885ff5209fa9c936728199503f5543bf4e1f729..3e856a98fdeb37ce6685f84457fa245ad6e92b00 100644 (file)
@@ -22,7 +22,8 @@ public:
        static unsigned get_signature_size() { return 12; }
        static bool detect(const std::string &);
 
-       virtual void load(Image::Data &);
+       virtual void load_headers_(Image::Data &);
+       virtual void load_pixels_(Image::Data &);
 };
 
 } // namespace Graphics