From f6a09392bbf959d95cd112b9ce1378a0f952776f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 7 Jul 2007 02:54:22 +0000 Subject: Allows the popup to be displayed below as long as it can fit on the monitor the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. --- macosx/PlatMacOSX.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/PlatMacOSX.cxx') diff --git a/macosx/PlatMacOSX.cxx b/macosx/PlatMacOSX.cxx index dc80d7036..631e0d95e 100644 --- a/macosx/PlatMacOSX.cxx +++ b/macosx/PlatMacOSX.cxx @@ -1059,6 +1059,10 @@ void Window::SetTitle(const char *s) { CFRelease(title); } +PRectangle Window::GetMonitorRect(Point) { + return PRectangle(); +} + ListBox::ListBox() {} ListBox::~ListBox() {} -- cgit v1.2.3