mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
WindowServer: Rename GUI_Foo to WSAPI_Foo.
This commit is contained in:
parent
a54cd84c59
commit
29c49356e3
16 changed files with 204 additions and 204 deletions
|
@ -11,7 +11,7 @@
|
|||
class WSWindow;
|
||||
class WSMenu;
|
||||
class WSMenuBar;
|
||||
struct GUI_ServerMessage;
|
||||
struct WSAPI_ServerMessage;
|
||||
|
||||
// FIXME: Remove.
|
||||
class Process;
|
||||
|
@ -25,7 +25,7 @@ public:
|
|||
static WSClientConnection* ensure_for_client_id(int client_id);
|
||||
static void for_each_client(Function<void(WSClientConnection&)>);
|
||||
|
||||
void post_message(const GUI_ServerMessage&);
|
||||
void post_message(const WSAPI_ServerMessage&);
|
||||
RetainPtr<GraphicsBitmap> create_bitmap(const Size&);
|
||||
|
||||
int client_id() const { return m_client_id; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue