mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
This was done with CLion's automatic rename feature.
This commit is contained in:
parent
af132fdbd1
commit
935d023967
43 changed files with 201 additions and 201 deletions
|
@ -391,7 +391,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
friend class WindowServerConnection;
|
||||
friend class ConnectionToWindowServer;
|
||||
KeyCode m_key { KeyCode::Key_Invalid };
|
||||
u8 m_modifiers { 0 };
|
||||
u32 m_code_point { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue