diff options
Diffstat (limited to 'include/Platform.h')
| -rw-r--r-- | include/Platform.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/Platform.h b/include/Platform.h index 08d71e975..6e6540007 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -405,6 +405,7 @@ public:  	enum Cursor { cursorInvalid, cursorText, cursorArrow, cursorUp, cursorWait, cursorHoriz, cursorVert, cursorReverseArrow, cursorHand };  	void SetCursor(Cursor curs);  	void SetTitle(const char *s); +	PRectangle GetMonitorRect(Point pt);  #if PLAT_MACOSX  	void SetWindow(void *ref) { windowRef = ref; };  	void SetControl(void *_control) { control = _control; }; | 
