wayland: MwLLGetClipboardImpl.

This commit is contained in:
IoIxD
2025-12-18 17:46:23 -07:00
parent b0f4713ff1
commit a27a01ce41
4 changed files with 227 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ MWDECL int MwLLWaylandCallInit(void);
#include "Wayland/xdg-shell-client-protocol.h"
#include "Wayland/xdg-decoration-client-protocol.h"
#include "Wayland/cursor-shape-client-protocol.h"
#include "Wayland/primary-selection-client-protocol.h"
#endif
struct _MwLLWayland;
@@ -121,6 +122,8 @@ struct _MwLLWayland {
MwU32 mw, mh; /* Monitor width and height as advertised by wl_output.mode */
char* cur_selection;
struct _MwLLWaylandShmBuffer framebuffer;
struct _MwLLWaylandShmBuffer cursor;