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/gdi | |
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/gdi')
-rw-r--r-- | src/corelib/gdi/gfx_gdi.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/gdi/gfx_gdi.pas b/src/corelib/gdi/gfx_gdi.pas index 4ebe5400..f284bb38 100644 --- a/src/corelib/gdi/gfx_gdi.pas +++ b/src/corelib/gdi/gfx_gdi.pas @@ -192,8 +192,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: HDC read FDisplay; end; |