ChangeLog was updated.

This commit is contained in:
Sergii Stoian 2020-01-23 12:56:09 +02:00
parent 232b70967a
commit 79b98f2903

View file

@ -1,8 +1,11 @@
2020-01-23 Sergii Stoian <stoyan255@gmail.com>
* Source/NSMenu.m (_screenChanged): removed.
(initWithTitle:): remove observer for
NSApplicationDidChangeScreenNotification.
* Source/NSApplication (finishLaunching): observer for
NSApplicationDidChangeScreenNotification was added.
* Source/NSScreen.m (frame): get dimensions from display server - don't
use _frame ivar since real domensions may be changed.
(deviceDescription): add screen frame size into dictionary with
NSDeviceSize key.
2020-01-20 Fred Kiefer <FredKiefer@gmx.de>