wayland: MwLLGetClipboardImpl.
This commit is contained in:
parent
b0f4713ff1
commit
a27a01ce41
4 changed files with 227 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue