Annotation of hatari/src/includes/screenSnapShot.h, revision 1.1.1.8

1.1       root        1: /*
1.1.1.3   root        2:   Hatari - screenSnapShot.h
                      3: 
1.1.1.6   root        4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
1.1.1.5   root        8: #ifndef HATARI_SCREENSNAPSHOT_H
                      9: #define HATARI_SCREENSNAPSHOT_H
1.1       root       10: 
1.1.1.8 ! root       11: #include <SDL_video.h>
1.1.1.5   root       12: 
1.1.1.7   root       13: extern int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, int destw,
                     14:                int desth, FILE *fp, int png_compression_level, int png_filter,
1.1.1.5   root       15:                int CropLeft , int CropRight , int CropTop , int CropBottom );
1.1       root       16: extern void ScreenSnapShot_SaveScreen(void);
1.1.1.5   root       17: 
                     18: #endif /* ifndef HATARI_SCREENSNAPSHOT_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.