diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-14 13:55:01 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-14 13:55:01 +0000 |
commit | 4e07a9235c9ff59556fd11ef4b17dfa8082a7b41 (patch) | |
tree | 98d0622532d0078e5ca6d738bc61bf0d8e0aac12 /src/corelib/x11/fpgfx_package.pas | |
parent | f13f399a8a6076b09d3e7d0262bc34787343ebc3 (diff) | |
download | fpGUI-4e07a9235c9ff59556fd11ef4b17dfa8082a7b41.tar.xz |
* 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.
Diffstat (limited to 'src/corelib/x11/fpgfx_package.pas')
-rw-r--r-- | src/corelib/x11/fpgfx_package.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas index b1b3678a..ee7e9a84 100644 --- a/src/corelib/x11/fpgfx_package.pas +++ b/src/corelib/x11/fpgfx_package.pas @@ -9,8 +9,8 @@ interface uses x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, gfx_imgfmt_bmp, gfx_widget, gfx_UTF8utils, gfx_extinterpolation, gfx_cmdlineparams, - gfx_clipboard, gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, - gfx_wuline, gfx_imagelist; + gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, gfx_wuline, + gfx_imagelist; implementation |