src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m
changeset 52537 814c49afb1a7
parent 47216 71c04702a3d5
child 54404 9727e63dff13
--- a/src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m	Fri Nov 02 23:05:47 2018 +0530
+++ b/src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m	Fri Nov 02 12:15:37 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -139,8 +139,7 @@
  */
 JNIEXPORT void JNICALL
 Java_sun_lwawt_macosx_CRobot_mouseEvent
-(JNIEnv *env, jobject peer,
- jint displayID, jint mouseLastX, jint mouseLastY, jint buttonsState,
+(JNIEnv *env, jobject peer, jint mouseLastX, jint mouseLastY, jint buttonsState,
  jboolean isButtonsDownState, jboolean isMouseMove)
 {
     JNF_COCOA_ENTER(env);