aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-06-29 16:15:46 +0200
committerJohannes Schickel2012-06-29 16:16:28 +0200
commitc1426f783d91976d221c059c37b606411445d438 (patch)
tree8c56a15443b30d2ecbded0decf02202521eacd7e /gui/widget.h
parente2056bdfd93ba247c819ec3fd2f0b487dde05709 (diff)
downloadscummvm-rg350-c1426f783d91976d221c059c37b606411445d438.tar.gz
scummvm-rg350-c1426f783d91976d221c059c37b606411445d438.tar.bz2
scummvm-rg350-c1426f783d91976d221c059c37b606411445d438.zip
GUI: Use a black rect when no thumbnail is available in the thumbnail load chooser.
Diffstat (limited to 'gui/widget.h')
-rw-r--r--gui/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/widget.h b/gui/widget.h
index d80b2ad7e2..bcc9a3f6d3 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -222,6 +222,7 @@ public:
~PicButtonWidget();
void setGfx(const Graphics::Surface *gfx);
+ void setGfx(int w, int h, int r, int g, int b);
void useAlpha(int alpha) { _alpha = alpha; }
void useThemeTransparency(bool enable) { _transparency = enable; }