unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
typedef struct slider
{
float min, max;
float sinc, linc;
int ori; /* HORI,VERT*/
int upd; /* */
float value; /* valeur courante */
void (*doslid)( WINDOW *win, int mode, float value, void *data); /* Pas fix<69> sur les sp<73>cifs */
void *data; /* user data for user function */
int mode;
WINDOW *win;
int up, dn, sld, bsld;
} SLIDER;
typedef struct
{
txt_data *txt;
int32 ypos; /* relative data position in the window */
int32 ypos_max; /* Maximal values of previous variables */
int16 h_u; /* vertical and horizontal scroll offset */
int32 xpos;
int32 xpos_max;
int16 w_u;
} exif_box_data;
extern void infobox( void);