Tweaked the serialization progress dialog.
[gliv.git] / src / include / dithering.h
blobf2a9a43f9b0b22526c88381e90ba95b335846bb5
1 #ifndef DITHERING_H
2 #define DITHERING_H
4 #include "gliv.h"
6 void dither_pixbuf(GdkPixbuf * dest, GdkPixbuf * src);
8 #endif