1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:37:35 +00:00

SpiceAgent: Add support for copying images to the clipboard

This commit is contained in:
Caoimhe 2023-05-13 15:24:53 +01:00 committed by Andreas Kling
parent 50a8db3922
commit 9f92e52464
4 changed files with 63 additions and 11 deletions

View file

@ -11,6 +11,7 @@
#include "Message.h"
#include "MessageHeader.h"
#include <AK/MemoryStream.h>
#include <AK/String.h>
#include <AK/Vector.h>
#include <LibCore/File.h>
#include <LibCore/Notifier.h>