diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ ns_set_offset (struct frame *f, int xoff, int yoff, int change_grav) | |||
| 1875 | 1875 | ||
| 1876 | FIXME: Surely there's a better way than just hardcoding 100 | 1876 | FIXME: Surely there's a better way than just hardcoding 100 |
| 1877 | in here? */ | 1877 | in here? */ |
| 1878 | boundsRect.origin.x = 100; | 1878 | topLeft.x = 100; |
| 1879 | #endif | 1879 | #endif |
| 1880 | } | 1880 | } |
| 1881 | 1881 | ||