]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix misnamed variable breaking GNUstep
authorAhmed Khanzada <lenzuru@gmail.com>
Sat, 18 Apr 2020 19:15:17 +0000 (12:15 -0700)
committerAlan Third <alan@idiocy.org>
Sat, 18 Apr 2020 19:52:34 +0000 (20:52 +0100)
* src/nsterm.m (ns_set_offset): Use correct variable.

src/nsterm.m

index 9cd1c9d8602f51ccfba8d8fd13a6d80437d81f09..5eb44639f5620cdd9970236c377ae39be2791f12 100644 (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
     }