Andreas Kling
1ce03f4f34
LibIPC: Stop sending client ID to clients
...
The client ID is not useful to normal clients anymore, so stop telling
everyone what their ID is.
2021-02-01 11:32:00 +01:00
asynts
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
2021-01-25 09:47:36 +01:00
Ben Wiederhake
67cda61b7f
Libraries: Add missing headers
...
A C++ source file containing just
#include <LibFoo/Bar.h>
should always compile cleanly.
This patch adds missing header inclusions that could have caused weird error
messages if they were used in a different context. Also, this confused QtCreator.
2021-01-22 21:49:54 +01:00
Andreas Kling
2cd16778b5
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
...
This was the last remaining user of shbufs! :^)
2021-01-17 09:07:32 +01:00
Andreas Kling
64610ca80e
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
2021-01-16 11:26:53 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00