1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

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 @@ ns_set_offset (struct frame *f, int xoff, int yoff, int change_grav)
FIXME: Surely there's a better way than just hardcoding 100
in here? */
boundsRect.origin.x = 100;
topLeft.x = 100;
#endif
}