00001 00005 // /** 00006 // *@defgroup imagescaleh imagescale.h 00007 // *Routines to scale images on resized windows 00008 // *@{ 00009 // */ 00010 00011 /*----------------------------------------------------------------------------------------------------------*/ 00012 00013 void scale(int init_width, int init_height); 00014 00015 /*----------------------------------------------------------------------------------------------------------*/ 00016 00017 void nscale(void); 00018 00019 /*----------------------------------------------------------------------------------------------------------*/ 00020 00021 // /** 00022 // *@} 00023 // */