From 95b8d129508ccdec5eadabf46eb313b49a6b4369 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 9 May 2019 23:11:05 +0100 Subject: implement windows clipboard functionality This allows clipboard to operate (cut, copy, paste and delete) in the win32 front end. The clipboard is set and read in windows unicode mode and then converted to/from utf-8 for the browser core. --- frontends/windows/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/windows/main.c') diff --git a/frontends/windows/main.c b/frontends/windows/main.c index fd22ae1fe..b021751c9 100644 --- a/frontends/windows/main.c +++ b/frontends/windows/main.c @@ -54,6 +54,7 @@ #include "windows/fetch.h" #include "windows/pointers.h" #include "windows/bitmap.h" +#include "windows/clipboard.h" #include "windows/gui.h" char **respaths; /** exported global defined in windows/gui.h */ -- cgit v1.2.3