diff options
Diffstat (limited to 'client/red_gdi_canvas.cpp')
-rw-r--r-- | client/red_gdi_canvas.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/red_gdi_canvas.cpp b/client/red_gdi_canvas.cpp index 671fe82f..efdf5d4d 100644 --- a/client/red_gdi_canvas.cpp +++ b/client/red_gdi_canvas.cpp @@ -92,8 +92,7 @@ void GDICanvas::set_mode(int width, int height, int depth) &_pixmap->get_mutex(), depth, &pixmap_cache().base, &palette_cache().base, - &glz_decoder(), - glz_decode))) { + &glz_decoder()))) { THROW("create canvas failed"); } } |