Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddb89c3

Browse files
committed
8275131: Exceptions after a touchpad gesture on macOS
Backport-of: 89999f70e06b41704c7c5b0f9a19582f90806a10
1 parent01f4883 commitddb89c3

File tree

1 file changed

+1
-1
lines changed
  • src/java.desktop/macosx/native/libawt_lwawt/awt

1 file changed

+1
-1
lines changed

‎src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ - (void)postGesture:(NSEvent *)event as:(jint)type a:(jdouble)a b:(jdouble)b {
128128

129129
// send up to the GestureHandler to recursively dispatch on the AWT event thread
130130
DECLARE_CLASS(jc_GestureHandler,"com/apple/eawt/event/GestureHandler");
131-
DECLARE_METHOD(sjm_handleGestureFromNative, jc_GestureHandler,
131+
DECLARE_STATIC_METHOD(sjm_handleGestureFromNative, jc_GestureHandler,
132132
"handleGestureFromNative","(Ljava/awt/Window;IDDDD)V");
133133
(*env)->CallStaticVoidMethod(env, jc_GestureHandler, sjm_handleGestureFromNative,
134134
awtWindow, type, (jdouble)loc.x, (jdouble)loc.y, (jdouble)a, (jdouble)b);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp