summaryrefslogtreecommitdiffstats
path: root/client/red_pixmap_gdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_pixmap_gdi.h')
-rw-r--r--client/red_pixmap_gdi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/red_pixmap_gdi.h b/client/red_pixmap_gdi.h
index 9e10adc1..524e6f31 100644
--- a/client/red_pixmap_gdi.h
+++ b/client/red_pixmap_gdi.h
@@ -25,8 +25,7 @@ class RecurciveMutex;
class RedPixmapGdi: public RedPixmap {
public:
- RedPixmapGdi(int width, int height, Format format, bool top_bottom,
- rgb32_t *pallete);
+ RedPixmapGdi(int width, int height, Format format, bool top_bottom);
HDC get_dc();
void *get_memptr();
~RedPixmapGdi();