Sync display/window/size/initial_position_type and Window::WINDOW_INITIAL_POSITION_ enum.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-11 08:24:23 +02:00
parent 78c9f8ddd9
commit d990f594a0
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
3 changed files with 9 additions and 8 deletions

View file

@ -102,7 +102,7 @@ public:
DEFAULT_WINDOW_SIZE = 100,
};
// Keep synced with enum hint for `initial_position` property.
// Keep synced with enum hint for `initial_position` property and `display/window/size/initial_position_type` project setting.
enum WindowInitialPosition {
WINDOW_INITIAL_POSITION_ABSOLUTE,
WINDOW_INITIAL_POSITION_CENTER_PRIMARY_SCREEN,