/[oroborus]/oroborus/src/pixmap.h
ViewVC logotype

Diff of /oroborus/src/pixmap.h

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

revision 1.1.1.1 by dreamind, Thu May 23 19:55:46 2002 UTC revision 1.2 by dreamind, Thu May 30 13:57:51 2002 UTC
# Line 27  Line 27 
27    
28  typedef struct  typedef struct
29  {  {
30      Pixmap pixmap, mask;    Pixmap pixmap, mask;
31      int width, height;    int width, height;
32  }  }
33  MyPixmap;  MyPixmap;
34    
35  int loadPixmap(Display *, MyPixmap *, char *, char *, XpmColorSymbol *, int);  int loadPixmap (Display *, MyPixmap *, char *, char *, XpmColorSymbol *, int);
36  void freePixmap(Display *, MyPixmap *);  void freePixmap (Display *, MyPixmap *);
37  void scalePixmap(Display *, MyPixmap *, MyPixmap *, int width, int height);  void scalePixmap (Display *, MyPixmap *, MyPixmap *, int width, int height);
38    
39  #endif /* __PIXMAP_H */  #endif /* __PIXMAP_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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