diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-07 07:35:06 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-07 07:35:06 +0000 |
commit | 70f99df9962bd08c9982e0c2bed68d4314ca3e61 (patch) | |
tree | d56675ff79ee51f0d61a0a8005cfa0349e45f428 /src | |
parent | 926d83023264ed683f88b933e690708d63675aef (diff) | |
download | fpGUI-70f99df9962bd08c9982e0c2bed68d4314ca3e61.tar.xz |
no comment
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/gfxbase.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas index 7bf743a3..0054f9c1 100644 --- a/src/corelib/gfxbase.pas +++ b/src/corelib/gfxbase.pas @@ -76,7 +76,7 @@ const FPGM_RESIZE = 15; FPGM_MOVE = 16; FPGM_POPUPCLOSE = 17; - FPGM_KILLME = 9999; + FPGM_KILLME = High(Integer); // The special keys, based on the well-known keyboard scan codes {$I keys.inc} |