/[xforms]/xforms/image/image.c
ViewVC logotype

Diff of /xforms/image/image.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.7 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 29  Line 29 
29   *  All rights reserved.   *  All rights reserved.
30   *.   *.
31   *   *
32   *   Public API for image file IO   *   Public API for image file IO
33   */   */
34    
35  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
# Line 1012  flimage_add_format(const char *formal_na Line 1012  flimage_add_format(const char *formal_na
1012      return k;      return k;
1013  }  }
1014    
1015  void  void
1016  flimage_set_annotation_support(int in, int flag)  flimage_set_annotation_support(int in, int flag)
1017  {  {
1018       --in;       --in;
1019    
1020       if(in < 0 || in >= nimage)       if(in < 0 || in >= nimage)
1021          return;          return;
1022       flimage_io[in].annotation = (flag != 0);       flimage_io[in].annotation = (flag != 0);
1023  }  }
1024    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26