diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-30 19:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 19:20:52 +0100 |
| commit | 2c5a5ce948a47d067659f4745039af44ede5829b (patch) | |
| tree | 0535614a09c741a1f3ef7bd303485f2cfa5acd0c /fluid/Fl_Widget_Type.h | |
| parent | 44c874b731f9f58c2f50c3c6076371058cbe26e3 (diff) | |
FLUID support for inline image data (see #542, #592) (#604)
Diffstat (limited to 'fluid/Fl_Widget_Type.h')
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index a9e9942e1..c821c7c1a 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -67,7 +67,9 @@ public: Fl_Widget *o; int public_; int bind_image_; + int compress_image_; int bind_deimage_; + int compress_deimage_; Fluid_Image *image; void setimage(Fluid_Image *); |
