mirror of
https://github.com/swaywm/sway.git
synced 2025-04-05 03:47:54 +03:00
Rework get_clipboard implementation
This commit is contained in:
parent
42547cafb6
commit
c0f2acce4e
8 changed files with 455 additions and 103 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
/**
|
||||
|
@ -57,4 +58,8 @@ uint32_t parse_color(const char *color);
|
|||
* to a dangling symlink, NULL is returned.
|
||||
*/
|
||||
char* resolve_path(const char* path);
|
||||
|
||||
char *b64_encode(const char* binaryData, size_t len, size_t *flen);
|
||||
unsigned char *b64_decode(const char *ascii, size_t len, size_t *flen);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue