diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-16 13:21:17 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-16 13:21:17 +0100 |
| commit | 01d30ed9cc4c080dea45ee85ec7af76cbd7e61bb (patch) | |
| tree | 383c090f41b22e706775f98d704ed1a39d498175 /fluid/template_panel.h | |
| parent | d28d03e1aca7d2e4d3b625a95912f0cebf9bac10 (diff) | |
FLUID: inlined data can be stored compressed.
Diffstat (limited to 'fluid/template_panel.h')
| -rw-r--r-- | fluid/template_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/template_panel.h b/fluid/template_panel.h index 5c754d77c..cfbcc72c2 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -36,5 +36,6 @@ extern Fl_Return_Button *template_submit; Fl_Double_Window* make_template_panel(); void template_clear(); void template_delete_cb(Fl_Button *, void *); +void template_install(const char *path, const char *name, const uchar *inSrc, int inSrcLen, int inDstLen); void template_load(); #endif |
