screenshot.c
changeset 2121 c86a863485ee
parent 2120 e38d86ea2438
child 2159 3b634157c3b2
--- a/screenshot.c	Tue Jul 19 06:31:39 2005 +0000
+++ b/screenshot.c	Tue Jul 19 06:47:07 2005 +0000
@@ -9,6 +9,10 @@
 #include "gui.h"
 #include "screenshot.h"
 
+char _screenshot_format_name[8];
+uint _num_screenshot_formats;
+uint _cur_screenshot_format;
+
 // called by the ScreenShot proc to generate screenshot lines.
 typedef void ScreenshotCallback(void *userdata, Pixel *buf, uint y, uint pitch, uint n);
 typedef bool ScreenshotHandlerProc(const char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette);