// Please see the README file or the LEGAL NOTES-section in the manual before modifying, compiling or using 'xmrm' // Idea: Manfred Kopp // Programming: Gerhard Waldhör, Andreas Artmann #include #include "const.h" int obj_m_handler(FL_OBJECT *obj, int event, FL_Coord mx, FL_Coord my, int key, void *xev); void Interpol_Morph(int steps, int begin, int end, FL_OBJECT *obj); void Interpol_Wave(int steps, int begin, int end, FL_OBJECT *obj); double Bias(double x_bias,double b_bias); int Wave_Levels(int size_x, int size_y); int Get_Next_Pot(int x); void BilinMapPicture(unsigned long *raster, unsigned long *raster_dst, int old_w, int old_h, int w,int h); void BilinMapArea(unsigned char *raster, unsigned char *raster_dst, int old_w, int old_h, int w,int h); void* getmem(unsigned long size);