- Properly generates the LocationChanged event now, even for forms
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / XplatUIOSX.cs
index d2d08a78c28db0a3c5aac7a60696e6ffa6c76e3e..1c276858db7477a4f13ca39adfa3475612e195ad 100644 (file)
@@ -437,7 +437,7 @@ namespace System.Windows.Forms {
                        }
                }
 
-               internal override void GetWindowPos(IntPtr handle, out int x, out int y, out int width, out int height, out int client_width, out int client_height) {
+               internal override void GetWindowPos(IntPtr handle, bool is_toplevel, out int x, out int y, out int width, out int height, out int client_width, out int client_height) {
                        width = 0;
                        height = 0;
                        if (view_window_mapping [handle] != null) {