screenshot.c
changeset 2121 267f7d75d036
parent 2120 8f35cfa29e6d
child 2159 f6284cf5fab0
--- 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);