mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix typo from f2ab3af
This commit is contained in:
parent
019bb37dd3
commit
41f29032d2
@ -1439,7 +1439,8 @@ gdk_event_translate (GdkEvent *event,
|
|||||||
if (dx != 0.0 || dy != 0.0)
|
if (dx != 0.0 || dy != 0.0)
|
||||||
{
|
{
|
||||||
#ifdef AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER
|
#ifdef AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER
|
||||||
if (gdk_quartz_osx_version() >= GDK_OSX_LION &[nsevent hasPreciseScrollingDeltas])
|
if (gdk_quartz_osx_version() >= GDK_OSX_LION &&
|
||||||
|
[nsevent hasPreciseScrollingDeltas])
|
||||||
{
|
{
|
||||||
GdkEvent *emulated_event;
|
GdkEvent *emulated_event;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user