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
This commit is contained in:
Przemyslaw Czerpak
2007-08-09 11:30:23 +00:00
parent 83ce36c1e4
commit bf6fc6e4da
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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;
}