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 @@ 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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue