aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-18 03:31:07 +0200
committerWillem Jan Palenstijn2015-12-23 21:34:08 +0100
commit12572a9c4b503e6c9e947301d4610626c152f902 (patch)
tree199a0830ad6eec7725ff005f80ce02e4e58203ee /engines/lab/eventman.h
parent15889e6fd25dd0010dd2b5488cbabae46621954b (diff)
downloadscummvm-rg350-12572a9c4b503e6c9e947301d4610626c152f902.tar.gz
scummvm-rg350-12572a9c4b503e6c9e947301d4610626c152f902.tar.bz2
scummvm-rg350-12572a9c4b503e6c9e947301d4610626c152f902.zip
LAB: Merge enableButton() and disableButton()
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 7b5f2dd204..342f8599c1 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -98,9 +98,8 @@ public:
void attachButtonList(ButtonList *buttonList);
Button *createButton(uint16 x, uint16 y, uint16 id, uint16 key, Image *image, Image *altImage);
- void disableButton(Button *button, uint16 penColor);
+ void toggleButton(Button *button, uint16 penColor, bool enable);
void drawButtonList(ButtonList *buttonList);
- void enableButton(Button *button);
void freeButtonList(ButtonList *buttonList);
Button *getButton(uint16 id);
Common::Point getMousePos();