diff --git a/src/nsterm.m b/src/nsterm.m index 9cd1c9d8602..5eb44639f56 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -1875,7 +1875,7 @@ Hide the window (X11 semantics) FIXME: Surely there's a better way than just hardcoding 100 in here? */ - boundsRect.origin.x = 100; + topLeft.x = 100; #endif }