diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-11 13:54:12 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-11 13:54:12 +0000 |
commit | c630a462a750e34dc963ff6e5cc0eb37e919c625 (patch) | |
tree | 0cf9eadb9b5e06254baf8df1bdd5feabf6552d57 /src/corelib/x11 | |
parent | a9826323b721ce193cd15a8cdef997f7308adf44 (diff) | |
download | fpGUI-c630a462a750e34dc963ff6e5cc0eb37e919c625.tar.xz |
* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit it will display the popup menu.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/gfx_x11.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/x11/gfx_x11.pas b/src/corelib/x11/gfx_x11.pas index 65533570..b7063c79 100644 --- a/src/corelib/x11/gfx_x11.pas +++ b/src/corelib/x11/gfx_x11.pas @@ -185,8 +185,8 @@ type function DoMessagesPending: boolean; procedure DoWaitWindowMessage(atimeoutms: integer); procedure DoFlush; - function GetScreenWidth: TfpgCoord; - function GetScreenHeight: TfpgCoord; + function GetScreenWidth: TfpgCoord; override; + function GetScreenHeight: TfpgCoord; override; property Display: PXDisplay read FDisplay; property RootWindow: TfpgWinHandle read FRootWindow; end; |