mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibAudio: Explicitly ignore IPC postprocessing requests
We don't need to do any IPC postprocessing in LibAudio (yet.) This is the mechanism used by LibGUI to do repaint coalescing etc.
This commit is contained in:
parent
7c7343de98
commit
33b0c4cfaf
Notes:
sideshowbarker
2024-07-19 12:56:05 +09:00
Author: https://github.com/awesomekling
Commit: 33b0c4cfaf
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ public:
|
|||
virtual void handshake() override;
|
||||
void enqueue(const ABuffer&);
|
||||
|
||||
virtual void postprocess_bundles(Vector<IncomingMessageBundle>&) override {}
|
||||
|
||||
int get_main_mix_volume();
|
||||
void set_main_mix_volume(int);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue