]> Pileus Git - ~andy/gtk/commit
quartz: Ignore events from all mouse buttons past the resize boundary
authorKristian Rietveld <kris@lanedo.com>
Sun, 13 May 2012 15:57:59 +0000 (17:57 +0200)
committerKristian Rietveld <kris@lanedo.com>
Sun, 13 May 2012 16:20:12 +0000 (18:20 +0200)
commitd4b38c580660505e98f5ef18d39b7865c79c5fa3
treee8f9d8e987c266ec51c71aaaf4a59390fb234ae7
parenta8c6ba3c8e745b77a675031931a20d773b608d44
quartz: Ignore events from all mouse buttons past the resize boundary

Before, right click events were still let through into GDK. In this
case, also middle/right button events with x-coordinates in the range
[-3, 0] are processed, resulting in failures/crashes in the window
finding code because no GdkWindows are present in this range.
gdk/quartz/gdkevents-quartz.c