modules/javafx.graphics/src/main/native-glass/mac/GlassStatics.m

Print this page

        

*** 51,60 **** --- 51,61 ---- jmethodID jWindowNotifyMove = NULL; jmethodID jWindowNotifyResize = NULL; jmethodID jWindowNotifyClose = NULL; jmethodID jWindowNotifyMoveToAnotherScreen = NULL; + jmethodID jWindowNotifyScaleChanged = NULL; jmethodID jWindowNotifyFocus = NULL; jmethodID jWindowNotifyFocusUngrab = NULL; jmethodID jWindowNotifyFocusDisabled = NULL; jmethodID jWindowNotifyDestroy = NULL; jmethodID jWindowNotifyDelegatePtr = NULL;