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:
parent
45d42f8162
commit
d890e5b73a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue