diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-08 13:56:01 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-08 13:56:01 +0200 |
commit | 0659fb78972b5e9d0dc90a0270ef1dd4b59042ec (patch) | |
tree | 111ff1650fc87625e60cbe1bf56daee8f7a92126 /client | |
parent | 3c0329d27f692d418fa6bd0955dd5e0c242618a6 (diff) | |
download | spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.gz spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.xz spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.zip |
Move in spice/draw.h from spice-protocol to common/
Diffstat (limited to 'client')
-rw-r--r-- | client/glz_decoder.h | 3 | ||||
-rw-r--r-- | client/monitor.h | 2 | ||||
-rw-r--r-- | client/pixels_source.h | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/client/glz_decoder.h b/client/glz_decoder.h index bf57252b..f046f8c8 100644 --- a/client/glz_decoder.h +++ b/client/glz_decoder.h @@ -23,9 +23,6 @@ #include "glz_decoder_config.h" #include "glz_decoder_window.h" #include "canvas_base.h" -#include <spice/draw.h> - - class GlzDecodeHandler { public: diff --git a/client/monitor.h b/client/monitor.h index 34089c0f..39d957d7 100644 --- a/client/monitor.h +++ b/client/monitor.h @@ -18,7 +18,7 @@ #ifndef _H_MONITOR #define _H_MONITOR -#include <spice/draw.h> +#include <common/draw.h> class Monitor { public: diff --git a/client/pixels_source.h b/client/pixels_source.h index 6b898b2b..6e243003 100644 --- a/client/pixels_source.h +++ b/client/pixels_source.h @@ -18,7 +18,7 @@ #ifndef _H_PIXELS_SOURCE #define _H_PIXELS_SOURCE -#include <spice/draw.h> +#include <common/draw.h> #define PIXELES_SOURCE_OPAQUE_SIZE (20 * sizeof(void*)) |