summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-29 11:40:07 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-29 11:40:07 +0200
commit7dddbfe488e44e942d26e2c86c1208464b74aa90 (patch)
tree5e445c7125cb9a52f4266433b18d290b3c64e886 /common/gdi_canvas.h
parent42e83e384380d6459918f3b6ba2ee33251b7245d (diff)
downloadspice-7dddbfe488e44e942d26e2c86c1208464b74aa90.tar.gz
spice-7dddbfe488e44e942d26e2c86c1208464b74aa90.tar.xz
spice-7dddbfe488e44e942d26e2c86c1208464b74aa90.zip
win32 client: Remove unnecessary GDIImage type
We just use pixman_image_t as the "information about image data" structure.
Diffstat (limited to 'common/gdi_canvas.h')
-rw-r--r--common/gdi_canvas.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/gdi_canvas.h b/common/gdi_canvas.h
index 13d82efa..7af0e02d 100644
--- a/common/gdi_canvas.h
+++ b/common/gdi_canvas.h
@@ -26,13 +26,6 @@
#include "canvas_base.h"
#include "region.h"
-typedef struct {
- int width;
- int height;
- int stride;
- uint8_t *pixels;
-} GdiImage;
-
SpiceCanvas *gdi_canvas_create(int width, int height,
HDC dc, class RecurciveMutex *lock, uint32_t format,
SpiceImageCache *bits_cache,