mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
IPCCompiler: Put message classes in the Messages namespace
This commit is contained in:
parent
0709c17487
commit
2e219255a2
26 changed files with 321 additions and 319 deletions
|
@ -56,7 +56,7 @@ DragOperation::Outcome DragOperation::exec()
|
|||
bitmap_size = shared_bitmap->size();
|
||||
}
|
||||
|
||||
auto response = WindowServerConnection::the().send_sync<WindowServer::StartDrag>(m_text, m_data_type, m_data, bitmap_id, bitmap_size);
|
||||
auto response = WindowServerConnection::the().send_sync<Messages::WindowServer::StartDrag>(m_text, m_data_type, m_data, bitmap_id, bitmap_size);
|
||||
if (!response->started()) {
|
||||
m_outcome = Outcome::Cancelled;
|
||||
return m_outcome;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue