summaryrefslogtreecommitdiffstats
path: root/client/glz_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/glz_decoder.h')
-rw-r--r--client/glz_decoder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/glz_decoder.h b/client/glz_decoder.h
index c2afa54e..2b797d8c 100644
--- a/client/glz_decoder.h
+++ b/client/glz_decoder.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
Copyright (C) 2009 Red Hat, Inc.
@@ -21,6 +22,7 @@
#include "lz_common.h"
#include "glz_decoder_config.h"
#include "glz_decoder_window.h"
+#include "canvas_base.h"
#include <spice/draw.h>
@@ -47,9 +49,9 @@ public:
This class implements the lz decoding algorithm
*/
-class GlzDecoder {
+class GlzDecoder : public SpiceGlzDecoder
+{
public:
-
GlzDecoder(GlzDecoderWindow &images_window, GlzDecodeHandler &usr_handler,
GlzDecoderDebug &debug_calls);
virtual ~GlzDecoder();