summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-28 00:42:29 -0700
committerDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-28 00:42:53 -0700
commit2b8adfa477498d63a1cd5af4d428bfc4cc43e419 (patch)
treebc6a4e0002452d3518b5dc4fb62708123f46d6f5
parent8f91e7081f8b3b64e2dab0d8dfb0e0c16c7558a0 (diff)
downloadfpGUI-2b8adfa477498d63a1cd5af4d428bfc4cc43e419.tar.xz
horizontal scrolling, commit 2
-rw-r--r--src/corelib/fpg_base.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index f3e8f6db..504aa9ea 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -119,6 +119,7 @@ const
FPGM_FREEME = 19;
FPGM_DROPENTER = 20;
FPGM_DROPEXIT = 21;
+ FPGM_HSCROLL = 22;
FPGM_USER = 50000;
FPGM_KILLME = MaxInt;