summaryrefslogtreecommitdiff
path: root/src/ScreenDump.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 23:17:22 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 23:17:22 +0100
commite6f3d640f4f2312c5c3b796e12e9ee785a87f4e4 (patch)
tree4cbb074dcba3dacf6e5656267e8be46bd9979675 /src/ScreenDump.H
parent29ffdb1136d0c5926cf920b874db93421ac7c75d (diff)
cleanup
Diffstat (limited to 'src/ScreenDump.H')
-rw-r--r--src/ScreenDump.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScreenDump.H b/src/ScreenDump.H
index f527404..b9991fa 100644
--- a/src/ScreenDump.H
+++ b/src/ScreenDump.H
@@ -12,7 +12,7 @@
class ScreenDump {
private:
- GipfelWidget *gipf;
+ int w, h;
unsigned char * rgb;
public: