mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:28:11 +00:00
WindowServer: Run clang-format on everything.
This commit is contained in:
parent
76b3337498
commit
8358833bc8
12 changed files with 134 additions and 114 deletions
|
@ -1,8 +1,8 @@
|
|||
#include <LibCore/CConfigFile.h>
|
||||
#include <WindowServer/WSCompositor.h>
|
||||
#include <WindowServer/WSEventLoop.h>
|
||||
#include <WindowServer/WSScreen.h>
|
||||
#include <WindowServer/WSWindowManager.h>
|
||||
#include <WindowServer/WSEventLoop.h>
|
||||
#include <WindowServer/WSCompositor.h>
|
||||
#include <LibCore/CConfigFile.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@ int main(int, char**)
|
|||
|
||||
auto wm_config = CConfigFile::get_for_app("WindowManager");
|
||||
WSScreen screen(wm_config->read_num_entry("Screen", "Width", 1024),
|
||||
wm_config->read_num_entry("Screen", "Height", 768));
|
||||
wm_config->read_num_entry("Screen", "Height", 768));
|
||||
WSCompositor::the();
|
||||
WSWindowManager window_manager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue