2011-04-19 16:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/gtwvg.c
! Reversed: previous commit. Was causing GPF.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-04-19 16:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/gtwvg/gtwvg.c
|
||||
! Reversed: previous commit. Was causing GPF.
|
||||
|
||||
2011-04-20 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added experimental feature to filter out libs from the lib lists:
|
||||
|
||||
@@ -642,7 +642,7 @@ static void hb_gt_wvt_AddCharToInputQueue( PHB_GTWVT pWVT, int iKey )
|
||||
PHB_ITEM pEvParams = hb_itemNew( NULL );
|
||||
hb_itemPutNI( pEvParams, iKey );
|
||||
hb_gt_wvt_FireEvent( pWVT, HB_GTE_KEYBOARD, pEvParams );
|
||||
hb_itemRelease( pEvParams );
|
||||
// hb_itemRelease( pEvParams ); /* Under situations it GPF's */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user