From 01d30ed9cc4c080dea45ee85ec7af76cbd7e61bb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 16 Nov 2023 13:21:17 +0100 Subject: FLUID: inlined data can be stored compressed. --- fluid/template_panel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/template_panel.h') 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 -- cgit v1.2.3