[gtk+] quartz: Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] quartz: Fix the build
- Date: Fri, 10 Mar 2017 12:12:25 +0000 (UTC)
commit 0cb05426739ae669a9e70f09d410680a7a208d25
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 10 07:09:37 2017 -0500
quartz: Fix the build
A ; was left out inadvertently.
gdk/quartz/GdkQuartzNSWindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/GdkQuartzNSWindow.c b/gdk/quartz/GdkQuartzNSWindow.c
index d85056b..bef52a8 100644
--- a/gdk/quartz/GdkQuartzNSWindow.c
+++ b/gdk/quartz/GdkQuartzNSWindow.c
@@ -850,7 +850,7 @@ update_context_from_dragging_info (id <NSDraggingInfo> sender)
-(void)windowWillExitFullScreen:(NSNotification *)aNotification
{
- [self setFrame:lastUnfullscreenFrame display:YES]
+ [self setFrame:lastUnfullscreenFrame display:YES];
}
@end
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]