Re: RFR: 8281555: [macos] Get rid of deprecated Style Masks constants

2022-02-14 Thread Alexey Ivanov
On Wed, 9 Feb 2022 17:50:48 GMT, Dmitry Markov wrote: > The Style Masks constants [1], which are utilised by AWT, were deprecated > starting from macOS 10.12 Sierra. It is high time to replace them with new > constants introduced by NSWindowStyleMask enumeration [2]. > > [1] - https://develope

Re: RFR: 8281555: [macos] Get rid of deprecated Style Masks constants

2022-02-11 Thread Sergey Bylokhov
On Wed, 9 Feb 2022 17:50:48 GMT, Dmitry Markov wrote: > The Style Masks constants [1], which are utilised by AWT, were deprecated > starting from macOS 10.12 Sierra. It is high time to replace them with new > constants introduced by NSWindowStyleMask enumeration [2]. > > [1] - https://develope

Re: RFR: 8281555: [macos] Get rid of deprecated Style Masks constants

2022-02-11 Thread Dmitry Markov
On Thu, 10 Feb 2022 22:57:41 GMT, Sergey Bylokhov wrote: > DId you check that all new constants are work the same way as the old one? > For example the doc for the new > "[NSWindowStyleMaskUnifiedTitleAndToolbar](https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylema

Re: RFR: 8281555: [macos] Get rid of deprecated Style Masks constants

2022-02-10 Thread Sergey Bylokhov
On Wed, 9 Feb 2022 17:50:48 GMT, Dmitry Markov wrote: > The Style Masks constants [1], which are utilised by AWT, were deprecated > starting from macOS 10.12 Sierra. It is high time to replace them with new > constants introduced by NSWindowStyleMask enumeration [2]. > > [1] - https://develope