mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Fix for issue #155 - continued
Restores proper separation of what is in libfltk and what is in libfltk_images
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ private:
|
||||
fl_uintptr_t id_;
|
||||
fl_uintptr_t mask_;
|
||||
int cache_w_, cache_h_; // size of image when cached
|
||||
|
||||
virtual void cache_size(int &width, int &height) {}
|
||||
public:
|
||||
|
||||
Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0);
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ private:
|
||||
float average_weight_;
|
||||
float svg_scaling_(int W, int H);
|
||||
void rasterize_(int W, int H);
|
||||
void cache_size(int &width, int &height);
|
||||
virtual void cache_size(int &width, int &height);
|
||||
void init_(const char *filename, const char *filedata, Fl_SVG_Image *copy_source);
|
||||
Fl_SVG_Image(Fl_SVG_Image *source);
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user