WindowServer: Add API to set/get screen layouts

This sets the stage so that DisplaySettings can configure the screen
layout and set various screen resolutions in one go. It also allows
for an easy "atomic" revert of the previous settings.
This commit is contained in:
Tom 2021-06-14 21:19:56 -06:00 committed by Andreas Kling
commit aa15bf81e4
Notes: sideshowbarker 2024-07-18 11:58:55 +09:00
23 changed files with 558 additions and 228 deletions

View file

@ -0,0 +1,7 @@
/*
* Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "ScreenLayout.ipp"