summaryrefslogtreecommitdiff
path: root/gdk/quartz/GdkQuartzView.c
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2009-02-03 16:01:31 +0100
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:15:32 +0200
commit651335bc7e1e460a8c03d3259a98ae16361f4ec5 (patch)
tree09ec0c2552f7b338833f4d7e34f591fe63f14202 /gdk/quartz/GdkQuartzView.c
parentaeeb54ddf09e83e9679ca7d4ad5bdc2b4e85c0d0 (diff)
downloadgtk+-651335bc7e1e460a8c03d3259a98ae16361f4ec5.tar.gz
Remove workaround for missing enter events on newly popped up windows
The reason for the issue was that we got entered/exited events for the title bar buttons. Now we properly ignore those instead.
Diffstat (limited to 'gdk/quartz/GdkQuartzView.c')
-rw-r--r--gdk/quartz/GdkQuartzView.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/quartz/GdkQuartzView.c b/gdk/quartz/GdkQuartzView.c
index 1d0f4eb518..761b07fb30 100644
--- a/gdk/quartz/GdkQuartzView.c
+++ b/gdk/quartz/GdkQuartzView.c
@@ -35,6 +35,11 @@
return gdk_window;
}
+-(NSTrackingRectTag)trackingRect
+{
+ return trackingRect;
+}
+
-(BOOL)isFlipped
{
return YES;