aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-29 21:53:40 -0400
committerPaul Gilbert2015-06-29 21:53:40 -0400
commit93072407bc1f0389a4e5195f96715e4b5acdcc65 (patch)
treedcbce88473b9870c19710aa760b7a244cb855b4a /engines/sherlock/tattoo/widget_inventory.h
parent03adfa2b968b519a560e762df4a5e23e0f302873 (diff)
downloadscummvm-rg350-93072407bc1f0389a4e5195f96715e4b5acdcc65.tar.gz
scummvm-rg350-93072407bc1f0389a4e5195f96715e4b5acdcc65.tar.bz2
scummvm-rg350-93072407bc1f0389a4e5195f96715e4b5acdcc65.zip
SHERLOCK: RT: Fix display of lines in inventory dialog
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h
index ac0a8d4e38..99086ad801 100644
--- a/engines/sherlock/tattoo/widget_inventory.h
+++ b/engines/sherlock/tattoo/widget_inventory.h
@@ -82,6 +82,11 @@ private:
Surface _menuSurface;
/**
+ * Draw the bars within the dialog
+ */
+ void drawBars();
+
+ /**
* Draw the scrollbar for the dialog
*/
void drawScrollBar();