diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5e5ea328b1..a19a83a492 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-08-09 13:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/libct/misc3.c + * changed hb_set.HB_SET_INSERT to GTI_KBD_INSERT - thanks to Saulius + for information + 2007-08-09 13:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/libnf/ftattr.c ! fixed to work with GT drivers which do not use VGA compatible diff --git a/harbour/contrib/libct/misc3.c b/harbour/contrib/libct/misc3.c index 8d87d36282..7703bd5798 100644 --- a/harbour/contrib/libct/misc3.c +++ b/harbour/contrib/libct/misc3.c @@ -53,7 +53,6 @@ #include "hbapi.h" #include "hbapigt.h" #include "hbapiitm.h" -#include "hbset.h" HB_FUNC( KBDSTAT ) { @@ -82,7 +81,7 @@ HB_FUNC( KBDSTAT ) iRet |= 0x20; if( iState & GTI_KBD_CAPSLOCK ) iRet |= 0x40; - if( hb_set.HB_SET_INSERT ) + if( iState & GTI_KBD_INSERT ) iRet |= 0x80; }