From c866ba581d547a687e245b846fb91080a9683f83 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 14 Oct 1999 23:46:28 +0000 Subject: [PATCH] Added screen dumping and screen printing (win32) functionality. --- src/GUI/gui.cxx | 92 +++++++++++++++++++++++++++++++++++++++++++- src/Main/Makefile.am | 1 + src/Main/main.cxx | 4 +- 3 files changed, 93 insertions(+), 4 deletions(-) diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index cdce52314..6acecfdaa 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -61,8 +61,13 @@ #include
#include #include +#include #include