From 4e07a9235c9ff59556fd11ef4b17dfa8082a7b41 Mon Sep 17 00:00:00 2001 From: graemeg Date: Thu, 14 Feb 2008 13:55:01 +0000 Subject: * X11: fpGUI will now raise an exception if it can't open the X Display. * X11: clipboard support has now been implemented to work across applications. It still needs more testing. eg: unicode copy and paste doesn't always work. --- src/gui/gui_edit.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/gui_edit.pas b/src/gui/gui_edit.pas index 8f6358c5..3a1b5aa2 100644 --- a/src/gui/gui_edit.pas +++ b/src/gui/gui_edit.pas @@ -140,8 +140,7 @@ function CreateEdit(AOwner: TComponent; x, y, w, h: TfpgCoord): TfpgEdit; implementation uses - gfx_UTF8utils, - gfx_clipboard; + gfx_UTF8utils; const // internal popupmenu item names -- cgit v1.2.3-70-g09d2