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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user