aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index 55dd180029..cd8c162a1d 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -314,7 +314,8 @@ private: // Methods
Graphics::MacWindow *findWindow(WindowReference reference);
// Utils
- void checkSelect(ObjID obj, const Common::Event &event, const Common::Rect &clickRect, WindowReference ref);
+ bool canBeSelected(ObjID obj, const Common::Event &event, const Common::Rect &clickRect, WindowReference ref);
+ void checkSelect(const WindowData &data, const Common::Event &event, const Common::Rect &clickRect, WindowReference ref);
bool isRectInsideObject(Common::Rect target, ObjID obj);
void selectDraggable(ObjID child, WindowReference origin, Common::Point startPos);
void handleDragRelease(Common::Point pos, bool shiftPressed, bool isDoubleClick);