diff options
Diffstat (limited to 'src/nsterm.m')
| -rw-r--r-- | src/nsterm.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index c5b28d57ac5..5e19a397c34 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -559,7 +559,7 @@ ns_constrain_all_frames (void) | |||
| 559 | { | 559 | { |
| 560 | NSView *view = FRAME_NS_VIEW (f); | 560 | NSView *view = FRAME_NS_VIEW (f); |
| 561 | /* This no-op will trigger the default window placing | 561 | /* This no-op will trigger the default window placing |
| 562 | * constriant system. */ | 562 | * constraint system. */ |
| 563 | f->output_data.ns->dont_constrain = 0; | 563 | f->output_data.ns->dont_constrain = 0; |
| 564 | [[view window] setFrameOrigin:[[view window] frame].origin]; | 564 | [[view window] setFrameOrigin:[[view window] frame].origin]; |
| 565 | } | 565 | } |
| @@ -3075,7 +3075,7 @@ ns_dumpglyphs_image (struct glyph_string *s, NSRect r) | |||
| 3075 | 3075 | ||
| 3076 | /* If there is no mask, the background won't be seen, | 3076 | /* If there is no mask, the background won't be seen, |
| 3077 | so draw a rectangle on the image for the cursor. | 3077 | so draw a rectangle on the image for the cursor. |
| 3078 | Do this for all images, getting trancparency right is not reliable. */ | 3078 | Do this for all images, getting transparency right is not reliable. */ |
| 3079 | if (s->hl == DRAW_CURSOR) | 3079 | if (s->hl == DRAW_CURSOR) |
| 3080 | { | 3080 | { |
| 3081 | int thickness = abs (s->img->relief); | 3081 | int thickness = abs (s->img->relief); |