mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
quartz: Fix the build
A ; was left out inadvertently.
This commit is contained in:
parent
b4df881542
commit
9caa50ca0d
@ -852,7 +852,7 @@ update_context_from_dragging_info (id <NSDraggingInfo> sender)
|
||||
|
||||
-(void)windowWillExitFullScreen:(NSNotification *)aNotification
|
||||
{
|
||||
[self setFrame:lastUnfullscreenFrame display:YES]
|
||||
[self setFrame:lastUnfullscreenFrame display:YES];
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user