56 NSLOG(netsurf, INFO,
"Pasting %zd bytes: \"%s\"\n",
Browser window creation and manipulation interface.
static osspriteop_area * buffer
The buffer characteristics.
static void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles)
Core tells front end to put given text in clipboard.
static void gui_get_clipboard(char **buffer, size_t *length)
Core asks front end for clipboard contents.
struct gui_clipboard_table * framebuffer_clipboard_table
static struct gui_clipboard_table clipboard_table
static struct gui_clipboard gui_clipboard
Interface to platform-specific clipboard operations.
#define NSLOG(catname, level, logmsg, args...)
Interface to utility string handling.
function table for clipboard operations.
void(* get)(char **buffer, size_t *length)
Core asks front end for clipboard contents.