Fix misnamed variable breaking GNUstep

* src/nsterm.m (ns_set_offset): Use correct variable.
This commit is contained in:
Ahmed Khanzada 2020-04-18 12:15:17 -07:00 committed by Alan Third
parent 45d42f8162
commit d890e5b73a

View file

@ -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
}