summaryrefslogtreecommitdiff
path: root/src/ScreenDump.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-27 10:03:57 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-27 10:03:57 +0100
commit913bfcaffa8b2fd6c4343cc86abab74fdddf4712 (patch)
tree187fb8433522fece401d5757972c9746b826ab0a /src/ScreenDump.H
parent9b1de6cec6725319a5ec66c1b37bf14c7833747b (diff)
make ScreenDump more generic
Diffstat (limited to 'src/ScreenDump.H')
-rw-r--r--src/ScreenDump.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ScreenDump.H b/src/ScreenDump.H
index d99a72d..8564054 100644
--- a/src/ScreenDump.H
+++ b/src/ScreenDump.H
@@ -7,7 +7,8 @@
#ifndef SCREENDUMP_H
#define SCREENDUMP_H
-#include "GipfelWidget.H"
+#include <FL/Fl_Widget.H>
+
#include "OutputImage.H"
class ScreenDump {
@@ -16,7 +17,7 @@ class ScreenDump {
unsigned char * rgb;
public:
- ScreenDump(GipfelWidget *gipf);
+ ScreenDump(Fl_Widget *widget);
~ScreenDump();
int save(OutputImage *out);