From e65c91807e554737445916cfb25235b5d0a10c83 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 29 Dec 2013 23:16:30 +0100 Subject: Send SC_CHANGED after writing to scrap file --- atari/gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index cf1d1b384..e52a6589c 100644 --- a/atari/gui.c +++ b/atari/gui.c @@ -767,8 +767,6 @@ void gui_set_clipboard(const char *buffer, size_t length, // convert utf8 input to atari encoding: - // TODO: send SC_CHANGED message - utf8_convert_ret ret; char *clip = NULL; -- cgit v1.2.3