summaryrefslogtreecommitdiff
path: root/src/corelib/x11/gfx_impl.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-18 22:45:51 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-18 22:45:51 +0000
commitb1881506db03ae8c30647ad6812d26348b6e3f3a (patch)
tree70c875632be90309e3359b5ab8de8ed8a702f511 /src/corelib/x11/gfx_impl.pas
parente7a953faecc77e8c6c45509518a8b74692aceeed (diff)
downloadfpGUI-b1881506db03ae8c30647ad6812d26348b6e3f3a.tar.xz
* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.
* X11: Completed popup window support. * GUI: Amended TfpgComboBox to rather use a popup window for the dropdown portion of the control. * The previous change fixed the issue in the FileDialog where you couldn't select a combo box item with the mouse.
Diffstat (limited to 'src/corelib/x11/gfx_impl.pas')
-rw-r--r--src/corelib/x11/gfx_impl.pas16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/corelib/x11/gfx_impl.pas b/src/corelib/x11/gfx_impl.pas
new file mode 100644
index 00000000..0bd6b311
--- /dev/null
+++ b/src/corelib/x11/gfx_impl.pas
@@ -0,0 +1,16 @@
+unit gfx_impl;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ x;
+
+type
+ TfpgWinHandle = TXID;
+
+implementation
+
+end.
+