summaryrefslogtreecommitdiffstats
path: root/client/windows/red_pixmap_gdi.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-23 16:35:31 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-23 16:41:47 +0200
commita1ec6e065a1d39426949a322eeb67f8fb9f854e5 (patch)
tree008de505a298d7b8b86e22b7066bcd9b6858aef6 /client/windows/red_pixmap_gdi.cpp
parentb2165b4d04435db32eec01e9389fce6d20bcd040 (diff)
downloadspice-a1ec6e065a1d39426949a322eeb67f8fb9f854e5.tar.gz
spice-a1ec6e065a1d39426949a322eeb67f8fb9f854e5.tar.xz
spice-a1ec6e065a1d39426949a322eeb67f8fb9f854e5.zip
Fix up win32 client with recent changes
Diffstat (limited to 'client/windows/red_pixmap_gdi.cpp')
-rw-r--r--client/windows/red_pixmap_gdi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/red_pixmap_gdi.cpp b/client/windows/red_pixmap_gdi.cpp
index 322d0209..b6449b9f 100644
--- a/client/windows/red_pixmap_gdi.cpp
+++ b/client/windows/red_pixmap_gdi.cpp
@@ -30,7 +30,7 @@ struct RedPixmap_p {
};
RedPixmapGdi::RedPixmapGdi(int width, int height, RedDrawable::Format format, bool top_bottom)
- : RedPixmap(width, height, format, top_bottom, pallet)
+ : RedPixmap(width, height, format, top_bottom )
{
ASSERT(format == RedDrawable::ARGB32 || format == RedDrawable::RGB32 || format == RedDrawable::A1);
ASSERT(sizeof(RedPixmap_p) <= PIXELES_SOURCE_OPAQUE_SIZE);